Skip to main content
All docs
V25.1
  • SelectionChangedEventArgs.ChangeSource Property

    Identifies an action that causes selection change.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.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 programmatically.

    Remarks

    Refer to DxComboBox.SelectedDataItemChanged, DxListBox.SelectedDataItemsChanged, and DxTagBox.SelectedDataItemsChanged event descriptions for more information and examples.

    See Also