Skip to main content

EmptySpaceItem(LayoutControlGroup) Constructor

Initializes a new instance of the EmptySpaceItem class with the specified parent group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public EmptySpaceItem(
    LayoutControlGroup parent
)

Parameters

Name Type Description
parent LayoutControlGroup

A LayoutControlGroup object that owns the created item.

See Also