IndicatorState Enum
Lists the values used to indicate the row indicator state.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Members
| Name | Description |
|---|---|
None
|
Identifies that there is no indicator associated with the grid row. |
Focused
|
|
Changed
|
|
NewItemRow
|
|
Editing
|
|
Error
|
|
FocusedError
|
|
AutoFilterRow
|
|
Related API Members
The following properties accept/return IndicatorState values:
Remarks
Values listed by the IndicatorState enumeration are used to set the RowDataBase.IndicatorState property.
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