Skip to main content

TableView.AllowPrintDetails Property

Gets or sets whether View's details can be printed. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

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

#Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumeration value that specifies whether View's details can be printed.

#Remarks

To learn more, see Printing and Exporting.

See Also