Back to Devexpress

SelectedValueCollection Class

aspnet-devexpress-dot-web-33f1b996.md

latest1.6 KB
Original Source

SelectedValueCollection Class

Represents a collection containing the values of the selected items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class SelectedValueCollection :
    SelectedValueCollectionBase
vb
Public Class SelectedValueCollection
    Inherits SelectedValueCollectionBase

The following members return SelectedValueCollection objects:

Remarks

An instance of the SelectedValueCollection class can be accessed via the ASPxListBox.SelectedValues property.

Implements

ICollection

IEnumerable

IStateManager

Inheritance

Object DevExpress.Web.SelectedValueCollectionBase SelectedValueCollection

See Also

SelectedValueCollection Members

DevExpress.Web Namespace