DirectXForm.Manager Property
In This Article
Returns the internal BarManager component associated with this DirectXForm.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public BarManager Manager { get; }
#Property Value
Type | Description |
---|---|
Bar |
The internal Bar |
See Also