Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

OptionsPrintGroup Properties
Show Inherited Hide Inherited

A layout group’s print and export options.
Name Description
AllowPrint Gets or sets whether a layout item along with its nested items are included in a LayoutControl‘s print/export output . Inherited from OptionsPrintBase.
AllowPrintGroupCaption Gets or sets whether the layout group’s caption is included in the print/export output .
AppearanceGroupCaption Print/export appearance settings used to paint a layout group’s caption.
AppearanceItem Print/export appearance settings of a specific item’s label and control. For a Layout Group, this property specifies the default appearance settings for all layout items owned by the group. Inherited from OptionsPrintBase.
AppearanceItemCaption Contains print/export appearance settings used to paint a layout item. Inherited from OptionsPrintBase.
AppearanceItemControl Print/export appearance settings of a specific item’s control. For a Layout Group, this property specifies the default appearance settings for controls of all layout items owned by the group. Inherited from OptionsPrintBase.
AppearanceItemText Print/export appearance settings of a specific item’s label. For a Layout Group, this property specifies the default appearance settings for labels of all layout items owned by the group. Inherited from OptionsPrintBase.
TextToControlDistance Gets or sets the distance between a layout item’s text and its control in the LayoutControl’s print/export output. Inherited from OptionsPrintBase.
See Also