DataGridViewRow::Displayed Property
.NET Framework (current version)
Gets a value indicating whether this row is displayed on the screen.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property bool Displayed { virtual bool get() override; }
Property Value
Type: System::Booleantrue if the row is currently displayed on the screen; otherwise, false.
| Exception | Condition |
|---|---|
| InvalidOperationException | The row is in a DataGridView control and is a shared row. |
.NET Framework
Available since 2.0
Available since 2.0
Show: