Skip to main content

DataControlBase.RowIndicatorWidth Property

Gets or sets the width of the Row Indicator Panel.

Namespace: DevExpress.WinUI.Grid

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