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

LayoutGroup.OptionsPrint Property

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[DXCategory("Options")]
public virtual OptionsPrintGroup OptionsPrint { get; }

Property Value

Type Description
OptionsPrintGroup

An object containing the layout group’s print and export options.

Remarks

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

The OptionsPrint property is not supported if the OptionsPrintControl.OldPrinting property is set to true.

See the Printing and Export topic to learn more.

See Also