DataGridViewRow.Displayed Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether this row is displayed on the screen.
public:
 virtual property bool Displayed { bool get(); };[System.ComponentModel.Browsable(false)]
public override bool Displayed { get; }[<System.ComponentModel.Browsable(false)>]
member this.Displayed : boolPublic Overrides ReadOnly Property Displayed As BooleanProperty Value
true if the row is currently displayed on the screen; otherwise, false.
- Attributes
Exceptions
The row is in a DataGridView control and is a shared row.