Skip to main content

OptionsPrintControl(ILayoutControl) Constructor

Initializes a new instance of an OptionsPrintControl class with the specified owner.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public OptionsPrintControl(
    ILayoutControl ownerControl
)

Parameters

Name Type
ownerControl DevExpress.XtraLayout.ILayoutControl
See Also