VGridControlBase.SelectedChanged Event
In This Article
Allows you to respond to changes in the current selection.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Event Data
The SelectedChanged event's data class is DevExpress.XtraVerticalGrid.Events.SelectedChangedEventArgs.
#Remarks
See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.
See Also