Skip to main content

RowData.SelectionState Property

Gets a value that indicates the row's selection state. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public SelectionState SelectionState { get; }

#Property Value

Type Description
SelectionState

A SelectionState enumeration value that specifies the row's selection state.

See Also