Skip to main content
All docs
V23.2

LayoutGroupItemCollection(LayoutGroup) Constructor

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

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public LayoutGroupItemCollection(
    LayoutGroup group
)

Parameters

Name Type
group LayoutGroup
See Also