Skip to main content
All docs
V22.1

DirectXForm.ContainerControl Property

Returns the container that hosts all child controls of this DirectX Form.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v22.1.dll

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

Declaration

[Browsable(false)]
public DirectXFormContainerControl ContainerControl { get; }

Property Value

Type Description
DevExpress.XtraEditors.DirectXFormContainerControl

The container for all child controls of this DirectX Form.

See Also