Skip to main content
A newer version of this page is available. .

BaseRow.IsSelected Property

Gets whether or not the current row is selected.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

[Browsable(false)]
public virtual bool IsSelected { get; }

Property Value

Type Description
Boolean

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

See Also