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

EmptySpaceItem(LayoutControlGroup) Constructor

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public EmptySpaceItem(
    LayoutControlGroup parent
)

Parameters

Name Type Description
parent LayoutControlGroup

A LayoutControlGroup object that owns the created item.

See Also