Skip to main content

TableView.AllowPrintEmptyDetails Property

Gets or sets whether or not to print/export empty details. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

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

#Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumeration value that specifies whether or not to print/export empty details.

#Remarks

To learn more, see Master-Detail Data Representation and Printing and Exporting.

See Also