Skip to main content

GridControl.ShowIndicator Property

Gets or sets whether to show the Row Indicator Panel.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

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

Property Value

Type Description
Boolean

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

See Also