|
|
SortableBindingListT Properties |
The SortableBindingListT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowEdit | Gets or sets a value indicating whether items in the list can be edited. (Inherited from BindingListT.) | |
| AllowNew | Gets or sets a value indicating whether you can add items to the list using the AddNew method. (Inherited from BindingListT.) | |
| AllowRemove | Gets or sets a value indicating whether you can remove items from the collection. (Inherited from BindingListT.) | |
| Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionT.) | |
| IsSortedCore |
Gets whether this list is sorted.
(Overrides BindingListTIsSortedCore.) | |
| Item | Gets or sets the element at the specified index. (Inherited from CollectionT.) | |
| Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionT.) | |
| RaiseListChangedEvents | Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events. (Inherited from BindingListT.) | |
| SortDirectionCore |
Gets the sort order direction.
(Overrides BindingListTSortDirectionCore.) | |
| SortPropertyCore |
Gets the current property being sorted.
(Overrides BindingListTSortPropertyCore.) | |
| SupportsChangeNotificationCore | Gets a value indicating whether ListChanged events are enabled. (Inherited from BindingListT.) | |
| SupportsSearchingCore |
Returns true.
(Overrides BindingListTSupportsSearchingCore.) | |
| SupportsSortingCore |
Returns true.
(Overrides BindingListTSupportsSortingCore.) |