Skip to main content

ElementSelectionChangedEventArgs.Selection Property

Returns the list of currently selected objects.

Namespace: DevExpress.Core

Assembly: DevExpress.Core.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public List<object> Selection { get; }

Property Value

Type Description
List<Object>

A List<T><Object,> object.

See Also