BaseLayoutItem.Hiding Event
Fires when the item is about to be hidden (when dragging the item and dropping it onto on the Customization Form).
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The Hiding event's data class is EventArgs.
Remarks
The BaseLayoutItem.Hidden event fires after a layout item has been hidden.
See Also