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

DataControlBase.RowIndicatorWidth Property

Gets or sets the width of the Row Indicator Panel.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(32, Handler = "UpdateIndicator")]
public double RowIndicatorWidth { get; set; }

Property Value

Type Description
Double

The width of the row indicator panel in pixels.

Remarks

Set the DataControlBase.ShowRowIndicator property to true to display the Row Indicator Panel.

Row Indicator Panel

See Also