ListEditor.SelectionTypeChanged Event
Occurs after a List Editor‘s supported selection type is changed.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v22.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Event Data
The SelectionTypeChanged event's data class is EventArgs.
Remarks
Generally, you do not have to handle this event.
When deriving from the ListEditor class, call the OnSelectionTypeChanged method after the List Editor’s control changes its supported selection type. This will raise the SelectionTypeChanged event.
See Also