Skip to main content

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

NuGet Package: 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