Skip to main content

GridSplitContainer.SplitViewHidden Event

Fires after the current Split View has been destroyed or when the Split View’s orientation is changed.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DXCategory("Split")]
public event EventHandler SplitViewHidden

Event Data

The SplitViewHidden event's data class is EventArgs.

Remarks

When a Split View is destroyed (by an end-user invoking the Remove Split menu command or via the GridSplitContainer.HideSplitView method), the SplitViewHidden event fires.

The SplitViewHidden event also fires when toggling the GridSplitContainer.Horizontal property while a Split View is active.

See Also