Open Rails

SortableBindingList(T) Properties

The properties of the SortableBindingList(T) class are listed below. For a complete list of SortableBindingList(T) class members, see the SortableBindingList(T) Members topic.

Public Instance Properties

AllowEdit (inherited from BindingList)Gets or sets a value indicating whether items in the list can be edited.
AllowNew (inherited from BindingList)Gets or sets a value indicating whether you can add items to the list using the AddNew method.
AllowRemove (inherited from BindingList)Gets or sets a value indicating whether you can remove items from the collection.
Count (inherited from Collection)Gets the number of elements actually contained in the Collection`1.
Item (inherited from Collection)Gets or sets the element at the specified index.
RaiseListChangedEvents (inherited from BindingList)Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events.

Protected Instance Properties

IsSortedCore
Items (inherited from Collection)Gets a IList`1 wrapper around the Collection`1.
SortDirectionCore
SortPropertyCore
SupportsChangeNotificationCore (inherited from BindingList)Gets a value indicating whether ListChanged events are enabled.
SupportsSearchingCore (inherited from BindingList)Gets a value indicating whether the list supports searching.
SupportsSortingCore

See Also

SortableBindingList<T> Class | ORTS Namespace