SelectionChangedEventArgs.ChangeSource Property
In This Article
Identifies an action that causes selection change.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public SelectionChangeSource ChangeSource { get; }
#Property Value
Type | Description |
---|---|
Selection |
An enumeration value. |
Available values:
Name | Description |
---|---|
User |
Selection changes by a user action. |
Parameter |
Selection changes programmatically. |
#Remarks
Refer to DxComboBox.SelectedDataItemChanged, DxListBox.SelectedDataItemsChanged, and DxTagBox.SelectedDataItemsChanged event descriptions for more information and examples.
See Also