Skip to main content

DataGridPrintStyle.FlatMode Property

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

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

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