Skip to main content
A newer version of this page is available. .

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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public CustomBarControl GetBarControl()

Returns

Type Description
DevExpress.XtraBars.Controls.CustomBarControl

A DevExpress.XtraBars.Controls.CustomBarControl object.

See Also