ValueList Class Properties
For a list of all members of this type, see ValueList members.
Public Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the collection. |
![]() | DisplayStyle | Set the DisplayStyle for the ValueList. ValueListDisplayStyle enumeration specifies what properties of ValueListItems will be displayed. |
![]() | IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). |
![]() | Item | Overloaded. Indexer to get the ValuListItem at the given position index from the ValueList. |
![]() | SortStyle | Set the SortStyle for the ValueList. ValueListSortStyle enumeration specifies how the ValueListItems will be sorted for display. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
See Also