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

RowStyleEventArgs.State Property

Gets the current state of the processed row.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public GridRowCellState State { get; }

Property Value

Type Description
GridRowCellState

A GridRowCellState enumeration value which specifies the current state of the processed row.

Available values:

Name Description
Dirty

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Default

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Selected

Specifies that the row/cell being currently processed is selected.

Focused

Specifies that the current row is focused.

FocusedCell

Specifies that the cell being currently processed is focused.

Even

Specifies that the current row has an even row handle.

Odd

Specifies that the current row has an odd row handle.

GridFocused

Specifies that the grid control is focused.

FocusedAndGridFocused

Specifies that the grid control has focus and the grid’s row being currently processed is focused.

See Also