Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IndicatorState Enum

Lists the values used to indicate the row indicator state.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

#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