SelectionChangingEventArgs.Action Property
In This Article
Gets an action that describes how the collection of selected nodes is about to change.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public CollectionChangeAction Action { get; }
#Property Value
Type | Description |
---|---|
Collection |
Specifies how the collection of selected nodes is about to change. |
#Remarks
This property can have one of the following values:
Action | Property Value |
---|---|
A user selects a node (nodes). | Collection |
A user unselects a node (nodes). | Collection |
See Also