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

GridSplitContainer.SplitViewShown Event

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

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

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