DirectXFormBase.AddControl(Control) Method
In This Article
Adds the target control to this DirectXForm.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
control | Control | The control to be owned by this Direct |
See Also