Back to Devexpress

MVCxTreeListSelectedKeys<Key> Class

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxtreelistselectedkeys-1.md

latest1.8 KB
Original Source

MVCxTreeListSelectedKeys<Key> Class

For internal use.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxTreeListSelectedKeys<Key> :
    List<Key>
vb
Public Class MVCxTreeListSelectedKeys(Of Key)
    Inherits List(Of Key)

Type Parameters

Name
Key

Implements

IList<Key>

ICollection<Key>

IList

ICollection

IReadOnlyList<Key>

IReadOnlyCollection<Key>

IEnumerable<Key>

IEnumerable

Inheritance

Object List<Key> MVCxTreeListSelectedKeys<Key>

See Also

MVCxTreeListSelectedKeys<Key> Members

DevExpress.Web.Mvc Namespace