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

GridControl.IndicatorWidth Property

Gets or sets the width of the Row Indicator Panel.

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

[XtraSerializableProperty]
public double IndicatorWidth { get; set; }

Property Value

Type Description
Double

A System.Double value specifying the width of the row indicator panel in pixels.

See Also