Back to Devexpress

LayoutControl.CreateEmptySpaceItem(LayoutGroup) Method

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-dot-createemptyspaceitem-x28-devexpress-dot-xtralayout-dot-layoutgroup-x29.md

latest2.0 KB
Original Source

LayoutControl.CreateEmptySpaceItem(LayoutGroup) Method

Creates an Empty Space Items within the specified group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual EmptySpaceItem CreateEmptySpaceItem(
    LayoutGroup parent
)
vb
Public Overridable Function CreateEmptySpaceItem(
    parent As LayoutGroup
) As EmptySpaceItem

Parameters

NameTypeDescription
parentLayoutGroup

A LayoutGroup object which specifies the parent group for the created item.

|

Returns

TypeDescription
EmptySpaceItem

An EmptySpaceItem object that has been created.

|

See Also

Empty Space Items

Customizing a Layout In Code

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace