Back to Devexpress

CustomDrawRowHeaderCellEventArgs.Selected Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdrawrowheadercelleventargs-7e4540de.md

latest1.8 KB
Original Source

CustomDrawRowHeaderCellEventArgs.Selected Property

Gets whether or not the current row is selected.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public bool Selected { get; }
vb
Public ReadOnly Property Selected As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

Read the Selected property to determine whether the row being processed is selected (see VGridOptionsSelectionAndFocus.MultiSelect).

See Also

IsSelected

MultiSelect

CustomDrawRowHeaderCellEventArgs Class

CustomDrawRowHeaderCellEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace