Skip to main content
All docs
V25.1
  • LayoutControlItem(LayoutControlGroup, Boolean) Constructor

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

    Namespace: DevExpress.XtraLayout

    Assembly: DevExpress.XtraLayout.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public LayoutControlItem(
        LayoutControlGroup parent,
        bool addToLayout = false
    )

    Parameters

    Name Type
    parent LayoutControlGroup

    Optional Parameters

    Name Type Default
    addToLayout Boolean False
    See Also