Skip to main content
A newer version of this page is available. .

LayoutControl.OptionsPrint Property

Provides access to the options that specify how a LayoutControl is printed/exported.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[DXCategory("Options")]
public OptionsPrintControl OptionsPrint { get; }

Property Value

Type Description
OptionsPrintControl

An object containing the LayoutControl’s print and export options.

Remarks

The returned object provides a set of properties allowing you to customize the LayoutControl’s print and export options.

See the Printing and Export topic to learn more.

See Also