Back to Devexpress

MVCxGridSelectedKeys<Key> Class

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

latest1.8 KB
Original Source

MVCxGridSelectedKeys<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 MVCxGridSelectedKeys<Key> :
    List<Key>
vb
Public Class MVCxGridSelectedKeys(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> MVCxGridSelectedKeys<Key>

See Also

MVCxGridSelectedKeys<Key> Members

DevExpress.Web.Mvc Namespace