Skip to main content

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Double

The group row indent.

See Also