Back to Devexpress

GridSplitContainer.SplitViewShown Event

windowsforms-devexpress-dot-xtragrid-dot-gridsplitcontainer-b743cb49.md

latest1.7 KB
Original Source

GridSplitContainer.SplitViewShown Event

Fires after a Split View has been displayed or after its orientation has been 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 SplitViewShown
vb
<DXCategory("Split")>
Public Event SplitViewShown As EventHandler

Event Data

The SplitViewShown event's data class is EventArgs.

Remarks

See GridSplitContainer.SplitViewCreated to learn more.

See Also

HideSplitView()

ShowSplitView()

SplitViewCreated

SplitViewHidden

SplitViewShown

GridSplitContainer Class

GridSplitContainer Members

DevExpress.XtraGrid Namespace