Skip to main content
All docs
V19.1

OptionsPrintItem(BaseLayoutItem) Constructor

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public OptionsPrintItem(
    BaseLayoutItem owner
)

Parameters

Name Type Description
owner BaseLayoutItem

An object that will own the created object.

See Also