OptionsPrintItem Class
A layout item’s print and export options.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
Declaration
Related API Members
The following members return OptionsPrintItem objects:
Remarks
Use the following properties to customize the Layout Control’s print/export settings:
- LayoutControl.OptionsPrint - The Layout Control’s print/export options. This object’s settings affect all layout items and groups.
- LayoutGroup.OptionsPrint - The group’s print/export options. This object’s settings affect all layout items owned by the group.
- LayoutControlItem.OptionsPrint - The item’s print/export options.
Inheritance
Object
ViewStatePersisterCore
BaseOptions
OptionsPrintBase
OptionsPrintItem
See Also