Skip to main content

TableView.ExpandDetailButtonWidth Property

Gets or sets the detail expand button’s width.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public double ExpandDetailButtonWidth { get; set; }

Property Value

Type Description
Double

A Double value specifying the detail expand button’s width.

Remarks

The ExpandDetailButtonWidth property affects the detail margin. Use the TableView.ActualDetailMargin to get the actual detail margin.

See Also