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

#Declaration

[XtraSerializableProperty]
public DefaultBoolean PrintAllDetails { get; set; }

#Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumeration value that specifies whether or not to print all the view's details.

#Remarks

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

See Also