CreateToolbarEventArgs.Bar Property
Gets the Bar which has just been created.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v22.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