Back to Devexpress

IndicatorState Enum

wpf-devexpress-dot-xpf-dot-grid-81d18e35.md

latest2.4 KB
Original Source

IndicatorState Enum

Lists the values used to indicate the row indicator state.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public enum IndicatorState
vb
Public Enum IndicatorState

Members

NameDescription
None

Identifies that there is no indicator associated with the grid row.

| | Focused |

Indicates a focused row.

| | Changed |

Indicates that a focused row has been modified during editing.

| | NewItemRow |

Indicates the New Item Row.

| | Editing |

Indicates that a focused row is in edit mode.

| | Error |

Indicates a non-focused row containing validation errors.

| | FocusedError |

Indicates that the focused row contains validation errors.

| | AutoFilterRow |

Indicates the Auto Filter Row.

|

The following properties accept/return IndicatorState values:

Remarks

Values listed by the IndicatorState enumeration are used to set the RowDataBase.IndicatorState property.

See Also

IndicatorState

DevExpress.Xpf.Grid Namespace