Skip to main content

GridControl.GroupLevelIndent Property

Gets or sets a width of the group indent.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(28, Handler = "UpdateRowAppearance")]
public double GroupLevelIndent { get; set; }

Property Value

Type Description
Double

A width of the group indent.

Remarks

WunUI Data Grid - Group Indents

See Also