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

BaseLayoutItem.Showing Event

Fires when the item is about to be added to the layout (by dragging it from the Customization Form).

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

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

Event Data

The Showing event's data class is EventArgs.

Remarks

The BaseLayoutItem.Shown event fires after a layout item has been added to the layout.

See Also