The properties of the ListManager class are listed below. For a complete list of ListManager class members, see the ListManager Members topic.
AllowAdd | Gets a value indicating whether additions to the list are allowed. |
AllowEdit | Gets a value indicating whether edits to the list are allowed. |
AllowRemove | Gets a value indicating whether removals from the list are allowed. |
Bindings | Gets the collection of bindings for the list. |
Count | Gets the count of items in the list. |
Current | Gets the current item in the list. |
DataSource | Gets the data source of the list. |
IsBinding | Gets a value indicating whether the list is bound to a data source. |
IsLive | Gets a value indicating whether the data source is live. |
Item | Gets or sets the object at the specified index.
In C#, this member is the indexer for the ListManager class. |
List | Gets the list as an object. |
Position | Gets or sets the position of the list. |