Skip to main content

BaseLayoutItemCustomizationOptions(BaseLayoutItem) Constructor

Initializes a new instance of the BaseLayoutItemCustomizationOptions class.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v24.2.dll

Declaration

public BaseLayoutItemCustomizationOptions(
    BaseLayoutItem owner
)

Parameters

Name Type Description
owner BaseLayoutItem

A BaseLayoutItem object that will own the created object.

See Also