Back to Devexpress

CreateToolbarEventArgs.Bar Property

windowsforms-devexpress-dot-xtrabars-dot-createtoolbareventargs.md

latest1.2 KB
Original Source

CreateToolbarEventArgs.Bar Property

Gets the Bar which has just been created.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Bar Bar { get; }
vb
Public ReadOnly Property Bar As Bar

Property Value

TypeDescription
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

CreateToolbarEventArgs Class

CreateToolbarEventArgs Members

DevExpress.XtraBars Namespace