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

OptionsPrintBase(BaseLayoutItem) Constructor

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public OptionsPrintBase(
    BaseLayoutItem owner
)

Parameters

Name Type Description
owner BaseLayoutItem

An object that will own the created object.

See Also