Skip to main content

TableView.IndicatorWidth Property

Gets or sets the width of the row indicator panel.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

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

#Property Value

Type Description
Double

An integer value specifying the width of the row indicator panel in pixels.

#Remarks

RowIndicatorPanel

#Implements

DevExpress.Xpf.Grid.ITableView.IndicatorWidth
See Also