Skip to main content

TableView.PrintAllGroups Property

Gets or sets whether the grid is printed with all group rows expanded.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

[XtraSerializableProperty]
public bool PrintAllGroups { get; set; }

#Property Value

Type Description
Boolean

true to print the grid with all group rows expanded; otherwise, false. The default is true.

#Remarks

To learn more, see Printing and Exporting.

See Also