Back to Devexpress

TableView.ExpandDetailButtonWidth Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-dcecbf1e.md

latest1.2 KB
Original Source

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

csharp
public double ExpandDetailButtonWidth { get; set; }
vb
Public Property ExpandDetailButtonWidth As Double

Property Value

TypeDescription
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

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace