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

OptionsPrintControl Members

Provides the Layout Control’s print and export options.

#Constructors

Name Description
OptionsPrintControl(ILayoutControl) Initializes a new instance of an OptionsPrintControl class with the specified owner.

#Properties

Name Description
AllowFitToPage Gets or sets whether the LayoutControl, when printed, is horizontally stretched to the width of the printing page.
AppearanceGroupCaption The default print/export appearance settings used to paint captions of layout groups.
AppearanceItem The default print/export appearance settings applied to labels and controls for all layout items.
AppearanceItemCaption Contains print/export appearance settings used to paint layout items.
AppearanceItemControl The default print/export appearance settings applied to controls for all layout items.
AppearanceItemText The default print/export appearance settings applied to labels for all layout items.
OldPrinting Gets or sets whether a LayoutControl utilizes the old print/export mode.
TextToControlDistance Gets or sets the distance between text regions of all layout items and their controls in a LayoutControl‘s print/export output.

#Methods
Show Inherited Hide Inherited

Name Description
Dispose() Disposes of the current object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
See Also