Skip to main content

TreeListView.IndicatorWidth Property

Gets or sets the width of the indicator panel. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public double IndicatorWidth { get; set; }

Property Value

Type Description
Double

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

See Also