SelectedDataItemChangedEventArgs<TData> Properties
Contains data for the DxComboBox.SelectedDataItemChanged event.| Name | Description |
|---|---|
| ChangeSource | Identifies an action that causes selection change. Inherited from SelectionChangedEventArgs. |
| DataItem | Returns the currently selected item. |
See Also