Skip to main content
All docs
V24.1

FindControlItemsCore.AddControl(Control) Method

Adds the specified control.

Namespace: DevExpress.XtraLayout.Custom

Assembly: DevExpress.XtraLayout.v24.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