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

RowDataBase.IndicatorState Property

Gets or sets the row indicator‘s state. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public IndicatorState IndicatorState { get; }

Property Value

Type Description
IndicatorState

A IndicatorState enumeration value that specifies the row indicator state.

Available values:

Name Description
None

Identifies that there is no indicator associated with the grid row.

Focused

RowIndicator_FocusedRow Indicates a focused row.

Changed

RowIndicator_ModifiedRow Indicates that a focused row has been modified during editing.

NewItemRow

RowIndicator_NewItemRow Indicates the New Item Row.

Editing

RowIndicator_EditMode Indicates that a focused row is in edit mode.

Error

RowIndicator_NonFocusedRowErrors Indicates a non-focused row containing validation errors.

FocusedError

RowIndicator_FocusedRowErrors Indicates that the focused row contains validation errors.

AutoFilterRow

RowIndicator_AutoFilterRow Indicates the Auto Filter Row.

See Also