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

CreateToolbarEventArgs.Bar Property

Gets the Bar which has just been created.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

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

Declaration

public Bar Bar { get; }

Property Value

Type Description
Bar

The Bar which has just been created.

Remarks

Use this property to gain access to the properties of the newly created Bar.

See Also