IndicatorState Enum
In This Article
Lists the values used to indicate the row indicator state.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
None | Identifies that there is no indicator associated with the grid row. |
Focused |
|
Changed |
|
New |
|
Editing |
|
Error |
|
Focused |
|
Auto |
|
#Remarks
Values listed by the IndicatorState enumeration are used to set the RowDataBase.IndicatorState property.
See Also