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

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool AllowPrinting { get; set; }

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