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

BaseLayoutItemCustomizationOptions(BaseLayoutItem) Constructor

Initializes a new instance of the BaseLayoutItemCustomizationOptions class.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public BaseLayoutItemCustomizationOptions(
    BaseLayoutItem owner
)

Parameters

Name Type Description
owner BaseLayoutItem

A BaseLayoutItem object that will own the created object.

See Also