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.1.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 the column, make sure that the BaseColumn.Visible property is set to true.

Refer to the Printing and Exporting section for more information on how to customize the printed/exported document.

See Also