Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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