Back to Devexpress

GridSplitContainer.SplitViewHidden Event

windowsforms-devexpress-dot-xtragrid-dot-gridsplitcontainer-9d43df05.md

latest2.0 KB
Original Source

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

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

Declaration

csharp
[DXCategory("Split")]
public event EventHandler SplitViewHidden
vb
<DXCategory("Split")>
Public Event SplitViewHidden As EventHandler

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

HideSplitView()

ShowSplitView()

SplitViewCreated

SplitViewHidden

SplitViewShown

GridSplitContainer Class

GridSplitContainer Members

DevExpress.XtraGrid Namespace