Back to Devexpress

DetailDescriptorBase.Margin Property

wpf-devexpress-dot-xpf-dot-grid-dot-detaildescriptorbase.md

latest1.4 KB
Original Source

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.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public Thickness Margin { get; set; }
vb
Public Property Margin As Thickness

Property Value

TypeDescription
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

DetailDescriptorBase Class

DetailDescriptorBase Members

DevExpress.Xpf.Grid Namespace