BaseColumn.AllowPrinting Property
Gets or sets whether to display the column in the printed/exported document. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, to display the column in the printed/exported document; otherwise, false. |
Remarks
To print or export a column, make sure that its BaseColumn.Visible property is set to true.
Refer to the following topics for more information on how to print data:
See Also