Back to Devexpress

LayoutGroupItemCollection.AddItem() Method

windowsforms-devexpress-dot-xtralayout-dot-utils-dot-layoutgroupitemcollection-104051ae.md

latest1.3 KB
Original Source

LayoutGroupItemCollection.AddItem() Method

Creates a new LayoutControlItem and places it inside this LayoutGroupItemCollection.

Namespace : DevExpress.XtraLayout.Utils

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public LayoutItem AddItem()
vb
Public Function AddItem As LayoutItem

Returns

TypeDescription
LayoutItem

A LayoutControlItem object that has been created.

|

See Also

LayoutGroupItemCollection Class

LayoutGroupItemCollection Members

DevExpress.XtraLayout.Utils Namespace