Back to Devexpress

DirectXForm.Manager Property

windowsforms-devexpress-dot-xtraeditors-dot-directxform-e8d96911.md

latest1.2 KB
Original Source

DirectXForm.Manager Property

Returns the internal BarManager component associated with this DirectXForm.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public BarManager Manager { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property Manager As BarManager

Property Value

TypeDescription
BarManager

The internal BarManager component associated with this DirectXForm.

|

See Also

DirectXForm Class

DirectXForm Members

DevExpress.XtraEditors Namespace