Back to Devexpress

RowDataBase.IndicatorState Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowdatabase-9aedcde3.md

latest2.5 KB
Original Source

RowDataBase.IndicatorState Property

Gets or sets the row indicator‘s state. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public IndicatorState IndicatorState { get; }
vb
Public ReadOnly Property IndicatorState As IndicatorState

Property Value

TypeDescription
IndicatorState

A IndicatorState enumeration value that specifies the row indicator state.

|

Available values:

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.

|

See Also

RowDataBase Class

RowDataBase Members

DevExpress.Xpf.Grid Namespace