Back to Devexpress

LayoutControlItem.OptionsPrint Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrolitem-9202b2ea.md

latest3.7 KB
Original Source

LayoutControlItem.OptionsPrint Property

The item’s print/export options.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[XtraSerializablePropertyId(501)]
public virtual OptionsPrintItem OptionsPrint { get; set; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
<DXCategory("Options")>
<XtraSerializablePropertyId(501)>
Public Overridable Property OptionsPrint As OptionsPrintItem

Property Value

TypeDescription
OptionsPrintItem

The layout item’s print and export options.

|

Remarks

The Layout Control provides the following properties to customize print/export appearance settings of layout items and groups.

Note

Print/export appearance settings are not supported if the OptionsPrintControl.OldPrinting property is set to true.

See the Printing and Export topic to learn more.

See Also

LayoutGroup.OptionsPrint

LayoutControl.OptionsPrint

Printing and Export

LayoutControlItem Class

LayoutControlItem Members

DevExpress.XtraLayout Namespace