Click or drag to resize

SortableList Properties

The SortableList type exposes the following members.

Properties
  NameDescription
Public propertyAddDuplicates
If set to true, it will not be possible to add an object to the list if its value is already in the list.
Public propertyCapacity
Idem ArrayList
Public propertyCount
IList.ICollection implementation. Idem ArrayList
Public propertyIsFixedSize
IList implementation. Idem ArrayList
Public propertyIsReadOnly
IList implementation. Idem ArrayList
Public propertyIsSorted
'Get only' property that indicates if the list is sorted.
Public propertyIsSynchronized
IList.ICollection implementation. Idem ArrayList
Public propertyItem
IList implementation. Gets - or sets - object's value at a specified index. The set operation is impossible if the KeepSorted property is set to true.
Public propertyKeepSorted
Get : Indicates if the list must be kept sorted from now on. Set : Tells the list if it must stay sorted or not. Impossible to set to true if the list is not sorted. KeepSorted==true implies that IsSorted==true
Public propertySyncRoot
IList.ICollection implementation. Idem ArrayList
Top
See Also