Skip to main content
All docs
V25.1
  • DirectXForm.Manager Property

    Returns the internal BarManager component associated with this DirectXForm.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public BarManager Manager { get; }

    Property Value

    Type Description
    BarManager

    The internal BarManager component associated with this DirectXForm.

    See Also