Skip to main content

IndicatorState Enum

Contains the row indicator‘s states.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum IndicatorState

Members

Name Description
None

The unfocused row does not contain validation errors.

Focused

The focused row.

Changed

The focused row was modified.

NewItemRow

The unfocused New Item Row.

Editing

The focused row is in edit mode.

Error

A non-focused row contains validation errors.

FocusedError

The focused row contains validation errors.

AutoFilterRow

Auto Filter Row

Related API Members

The following properties accept/return IndicatorState values:

See Also