Back to Devexpress

Bar.GetBarControl() Method

windowsforms-devexpress-dot-xtrabars-dot-bar-73c092e4.md

latest1.1 KB
Original Source

Bar.GetBarControl() Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public CustomBarControl GetBarControl()
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function GetBarControl As CustomBarControl

Returns

TypeDescription
DevExpress.XtraBars.Controls.CustomBarControl

A DevExpress.XtraBars.Controls.CustomBarControl object.

|

See Also

Bar Class

Bar Members

DevExpress.XtraBars Namespace