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

DataControlBase.ShowRowIndicator Property

Gets or sets whether to display the Row Indicator Panel.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "UpdateIndicator")]
public bool ShowRowIndicator { get; set; }

Property Value

Type Description
Boolean

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

Remarks

Row Indicator Panel

See Also