Back to Devexpress

TableView.AllowPrintDetails Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-ea05b8a7.md

latest1.9 KB
Original Source

TableView.AllowPrintDetails Property

Gets or sets whether to print View’s details. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DefaultBoolean AllowPrintDetails { get; set; }
vb
Public Property AllowPrintDetails As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

A value that specifies whether to print View’s details.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

Refer to the Print Data topic for more information on how to customize the printed document.

See Also

Master-Detail Data Representation

ShowPrintPreview

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace