Skip to main content

BaseLayoutItemCustomizationOptions(BaseLayoutItem) Constructor

Initializes a new instance of the BaseLayoutItemCustomizationOptions class.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BaseLayoutItemCustomizationOptions(
    BaseLayoutItem owner
)

Parameters

Name Type Description
owner BaseLayoutItem

A BaseLayoutItem object that will own the created object.

See Also