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 : 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.