GridSplitContainer.SplitViewShown Event
Fires after a Split View has been displayed or after its orientation has been changed.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Event Data
The SplitViewShown event's data class is EventArgs.
Remarks
See GridSplitContainer.SplitViewCreated to learn more.
See Also