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

DataGridPrintStyle.FlatMode Property

Gets or sets a value indicating whether the grid is printed in flat mode.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[DefaultValue(false)]
public bool FlatMode { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the grid is displayed flat; otherwise, false.

See Also