RowDataBase.IndicatorState Property
In This Article
Gets the row’s state. The Row Indicator Panel displays its icons based on this state.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[P(IndicatorState.None, Handler = "$() => RaisePropertyChanged(IndicatorStateArgs)")]
public IndicatorState IndicatorState { get; }
#Property Value
Type | Description |
---|---|
Indicator |
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. |
New |
The unfocused New Item Row. |
Editing | The focused row is in edit mode. |
Error | A non-focused row contains validation errors. |
Focused |
The focused row contains validation errors. |
Auto |
See Also