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

RowDataBase.IndicatorState Property

Gets the row’s state. The Row Indicator Panel displays its icons based on this state.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[P(IndicatorState.None, Handler = "$() => RaisePropertyChanged(IndicatorStateArgs)")]
public IndicatorState IndicatorState { get; }

Property Value

Type Description
IndicatorState

The row’s state.

Available values:

Name Description
None

The unfocused row does not contain validation errors.

Focused

The focused row.

Changed

The focused row was modified.

NewItemRow

The unfocused New Item Row.

Editing

The focused row is in edit mode.

Error

A non-focused row contains validation errors.

FocusedError

The focused row contains validation errors.

AutoFilterRow

Auto Filter Row

See Also