BarEditItem.HiddenEditor Event
Occurs when an editor is closed.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The HiddenEditor event's data class is ItemClickEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Item | Gets the BarItem whose link was clicked. |
Link | Gets the clicked BarItemLink. |
See Also