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

OptionsPrintControl(ILayoutControl) Constructor

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public OptionsPrintControl(
    ILayoutControl owner
)

Parameters

Name Type Description
owner DevExpress.XtraLayout.ILayoutControl

An object that will own the created object.

See Also