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

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

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