Skip to main content

DataControlBase.ShowRowIndicator Property

Gets or sets whether to display the Row Indicator Panel.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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