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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.