Skip to main content
All docs
V25.1
  • LayoutGroupItemCollection(LayoutGroup) Constructor

    Initializes a new instance of the LayoutGroupItemCollection class with specified settings.

    Namespace: DevExpress.XtraLayout.Utils

    Assembly: DevExpress.XtraLayout.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public LayoutGroupItemCollection(
        LayoutGroup group
    )

    Parameters

    Name Type
    group LayoutGroup
    See Also