Back to Devexpress

TableView.PrintAllDetails Property

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

latest1.8 KB
Original Source

TableView.PrintAllDetails Property

Gets or sets whether to print all 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 PrintAllDetails { get; set; }
vb
Public Property PrintAllDetails As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

A DefaultBoolean enumeration value that specifies whether to print all the 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

If the PrintAllDetails property is set to DefaultBoolean.False, only visible details are printed.

See Also

AllowPrintDetails

AllowPrintEmptyDetails

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace