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

GridControl.PrintGroupLevelIndent Property

Gets or sets the indent between group rows at neighboring group levels when the GridControl is printed. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(20)]
public double PrintGroupLevelIndent { get; set; }

Property Value

Type Description
Double

The group row indent.

See Also