| NotifyListT Properties |
The NotifyListT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowEdit |
See interface docs.
| |
| AllowNew |
See interface docs.
| |
| AllowRemove |
See interface docs.
| |
| Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionT.) | |
| IsSorted |
See interface docs.
| |
| 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 Add, Insert and Remove raise ListChanged events.
| |
| RaisesItemChangedEvents |
See interface docs.
| |
| SortDirection |
See interface docs.
| |
| SortProperty |
See interface docs.
| |
| SupportsChangeNotification |
See interface docs.
| |
| SupportsSearching |
See interface docs.
| |
| SupportsSorting |
See interface docs.
|