DataGridPrintStyle.FlatMode Property
Gets or sets a value indicating whether the grid is printed in flat mode.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v20.2.dll
Declaration
[DefaultValue(false)]
public bool FlatMode { get; set; }
<DefaultValue(False)>
Public Property FlatMode As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true if the grid is displayed flat; otherwise, false. |
See Also
Feedback