Skip to main content
All docs
V25.1
  • FindControlItemsCore.AddControl(Control) Method

    Adds the specified control.

    Namespace: DevExpress.XtraLayout.Custom

    Assembly: DevExpress.XtraLayout.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public virtual void AddControl(
        Control control
    )

    Parameters

    Name Type Description
    control Control

    A Control descendant.

    See Also