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

OptionsPrintControl Class

Provides print and export options for the LayoutControl.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

public class OptionsPrintControl :
    BaseLayoutOptions,
    IDisposable

The following members return OptionsPrintControl objects:

Remarks

The options this class provides are accessible with the LayoutControl.OptionsPrint property.

Inheritance

Object
DevExpress.XtraLayout.BaseLayoutOptions
OptionsPrintControl
See Also