Back to Devexpress

LayoutControl.CreateSplitterItem(LayoutGroup) Method

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

latest1.6 KB
Original Source

LayoutControl.CreateSplitterItem(LayoutGroup) Method

Creates a SplitterItem within the specified group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual SplitterItem CreateSplitterItem(
    LayoutGroup parent
)
vb
Public Overridable Function CreateSplitterItem(
    parent As LayoutGroup
) As SplitterItem

Parameters

NameTypeDescription
parentLayoutGroup

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

|

Returns

TypeDescription
SplitterItem

A SplitterItem object that has been created.

|

See Also

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace