DataGridViewRow.Displayed Property

Definition

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 : bool
Public Overrides ReadOnly Property Displayed As Boolean

Property 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.

Applies to

See also