EmptySpaceItem(LayoutControlGroup) Constructor
Initializes a new instance of the EmptySpaceItem class with the specified parent group.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
public EmptySpaceItem(
LayoutControlGroup parent
)
Public Sub New(
parent As LayoutControlGroup
)
Parameters
Name | Type | Description |
---|---|---|
parent | LayoutControlGroup | A LayoutControlGroup object that owns the created item. |
See Also
Feedback