Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[DXCategory("Behavior")]
public event EventHandler Hiding

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