Skip to main content
All docs
V23.2

DirectXFormBase.AddControl(Control) Method

Adds the target control to this DirectXForm.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void AddControl(
    Control control
)

Parameters

Name Type Description
control Control

The control to be owned by this DirectXForm.

See Also