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

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v26.1.dll

    Declaration

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

    Property Value

    Type Description
    DevExpress.XtraEditors.DirectXFormContainerControl

    The client area container of this form.

    See Also