CreateToolbarEventArgs.Bar Property
In This Article
Gets the Bar which has just been created.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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