Skip to main content

DetailDescriptorBase.Margin Property

Gets or sets a value that specifies detail grid margins. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public Thickness Margin { get; set; }

Property Value

Type Description
Thickness

A Thickness value that stores detail grid margins.

Remarks

Use the ExpandDetailButtonWidth property to adjust the width of the column with the expand button. The ExpandDetailButtonWidth property affects the detail margin.

See Also