Back to Devexpress

BaseColumn.AllowPrinting Property

wpf-devexpress-dot-xpf-dot-grid-dot-basecolumn-8cc8179d.md

latest1.6 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AllowPrinting { get; set; }
vb
Public Property AllowPrinting As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

BaseColumn Class

BaseColumn Members

DevExpress.Xpf.Grid Namespace