Back to Devexpress

BaseRow.IsSelected Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-30a20b0f.md

latest1.4 KB
Original Source

BaseRow.IsSelected Property

Gets whether or not the current row is selected.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[Browsable(false)]
public virtual bool IsSelected { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsSelected As Boolean

Property Value

TypeDescription
Boolean

true if the current row is selected; otherwise, false.

|

See Also

MultiSelect

IsSelected()

BaseRow Class

BaseRow Members

DevExpress.XtraVerticalGrid.Rows Namespace