Skip to main content
A newer version of this page is available. .

GridControl.GroupLevelIndent Property

Gets or sets a width of the group indent.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.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