Skip to main content

GridSplitContainer.SplitViewShown Event

Fires after a Split View has been displayed or after its orientation has been changed.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

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

Event Data

The SplitViewShown event's data class is EventArgs.

Remarks

See GridSplitContainer.SplitViewCreated to learn more.

See Also