windowsforms-devexpress-dot-xtralayout-dot-utils-a89fb6c7.md
Stores layout elements (descendants of the base BaseLayoutItem class).
Namespace : DevExpress.XtraLayout.Utils
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[ListBindable(BindableSupport.No)]
public class LayoutGroupItemCollection :
BaseItemCollection
<ListBindable(BindableSupport.No)>
Public Class LayoutGroupItemCollection
Inherits BaseItemCollection
The following members return LayoutGroupItemCollection objects:
Use index notation to access individual items owned by a LayoutGroupItemCollection collection.
(layoutGroupItemCollection1[0] as LayoutControlGroup).AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
TryCast(layoutGroupItemCollection1(0), LayoutControlGroup).AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True
Object CollectionBase DevExpress.XtraLayout.Utils.BaseItemCollection LayoutGroupItemCollection
See Also