Skip to main content
Bar

CreateToolbarEventArgs.Bar Property

Gets the Bar which has just been created.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

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