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

GridControl.ShowIndicator Property

Gets or sets whether to show the Row Indicator Panel.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

[XtraSerializableProperty]
public bool ShowIndicator { get; set; }

Property Value

Type Description
Boolean

true to show the row indicator panel; otherwise, false.

See Also