The following tables list the members exposed by NotifyListBase.
Public Properties
| Name | Description |
| Count | Gets the number of items contained in the System.Collections.ICollection. (Inherited from Xceed.Utils.Collections.ListBase) |
| IsFixedSize | Gets a boolean value indicating whether the list has a fixed size. (Inherited from Xceed.Utils.Collections.ListBase) |
| IsReadOnly | Gets a boolean value indicating if the list is readonly. (Inherited from Xceed.Utils.Collections.ListBase) |
| IsSynchronized | Gets a boolean value indicating if access to the System.Collections.ICollection is synchronized (thread-safe). (Inherited from Xceed.Utils.Collections.ListBase) |
| SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ICollection. (Inherited from Xceed.Utils.Collections.ListBase) |
Top
Protected Properties
| Name | Description |
| Array | Gets an array containing the contents of the list. (Inherited from Xceed.Utils.Collections.ListBase) |
Top
Public Methods
See Also