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

LayoutViewCard.State Property

Gets the card’s state.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[Browsable(false)]
public GridRowCellState State { get; }

Property Value

Type Description
GridRowCellState

A GridRowCellState value that specifies the card’s state.

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