Skip to main content

GroupRowExpandButtonStyleSettings.Margin Property

Gets or sets the expand button’s margin.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnContentChanged")]
public Thickness? Margin { get; set; }

Property Value

Type Default Description
Nullable<Thickness> 15,1,11,0

The expand button’s margin.

Property Paths

You can access this nested property as listed below:

Object Type Path to Margin
GridControl
See Also