Back to Devexpress

LayoutGroupItemCollection Class

windowsforms-devexpress-dot-xtralayout-dot-utils-a89fb6c7.md

latest2.0 KB
Original Source

LayoutGroupItemCollection Class

Stores layout elements (descendants of the base BaseLayoutItem class).

Namespace : DevExpress.XtraLayout.Utils

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[ListBindable(BindableSupport.No)]
public class LayoutGroupItemCollection :
    BaseItemCollection
vb
<ListBindable(BindableSupport.No)>
Public Class LayoutGroupItemCollection
    Inherits BaseItemCollection

The following members return LayoutGroupItemCollection objects:

Remarks

Use index notation to access individual items owned by a LayoutGroupItemCollection collection.

csharp
(layoutGroupItemCollection1[0] as LayoutControlGroup).AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
vb
TryCast(layoutGroupItemCollection1(0), LayoutControlGroup).AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True

Inheritance

Object CollectionBase DevExpress.XtraLayout.Utils.BaseItemCollection LayoutGroupItemCollection

See Also

LayoutGroupItemCollection Members

DevExpress.XtraLayout.Utils Namespace