Skip to main content
A newer version of this page is available. .

IndicatorState Enum

Lists the values used to indicate the row indicator state.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public enum IndicatorState

Members

Name Description
None

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

Focused

RowIndicator_FocusedRow Indicates a focused row.

Changed

RowIndicator_ModifiedRow Indicates that a focused row has been modified during editing.

NewItemRow

RowIndicator_NewItemRow Indicates the New Item Row.

Editing

RowIndicator_EditMode Indicates that a focused row is in edit mode.

Error

RowIndicator_NonFocusedRowErrors Indicates a non-focused row containing validation errors.

FocusedError

RowIndicator_FocusedRowErrors Indicates that the focused row contains validation errors.

AutoFilterRow

RowIndicator_AutoFilterRow Indicates the Auto Filter Row.

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.

See Also