RowDataBase.IndicatorState Property
Gets or sets the row indicator‘s state. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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 |
|
| Changed |
|
| NewItemRow |
|
| Editing |
|
| Error |
|
| FocusedError |
|
| AutoFilterRow |
|
See Also
Indicates a focused row.
Indicates that a focused row has been modified during editing.
Indicates the
Indicates that a focused row is in edit mode.
Indicates a non-focused row containing validation errors.
Indicates that the focused row contains validation errors.
Indicates the