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