Skip to main content
All docs
V25.1
  • DirectXFormBase.ContainerControl Property

    Returns the client area container that hosts form’s child controls.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

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

    Property Value

    Type Description
    DevExpress.XtraEditors.DirectXFormContainerControl

    The client area container of this form.

    See Also