DataGridViewRow::Displayed Property

 

Gets a value indicating whether this row is displayed on the screen.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property bool Displayed {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true 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
Return to top
Show: