Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public DefaultBoolean PrintAllDetails { get; set; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumeration value that specifies whether to print all the view’s details.

Available values:

Name Description Return 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