This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
ListManager Members
Public:
Properties
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. |
Methods
AddNew |
Adds a new item to the list. |
CancelCurrentEdit |
Cancels the current edit operation. |
EndCurrentEdit |
Ends the current edit operation. |
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
Find |
[To be supplied.] |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetItemProperties |
Overloaded. [To be supplied.] |
GetListName |
Overloaded. [To be supplied.] |
GetSortDirection |
[To be supplied.] |
GetSortProperty |
[To be supplied.] |
GetType (inherited from Object) |
Gets the Type of the Object. |
Refresh |
Forces a repopulation of the System.ListManager. |
RemoveAt |
Removes the item at the specified index. |
ResumeBinding |
Resumes binding of component properties to list items. |
SetSort |
Sets the column to sort, and the sort direction. |
SuspendBinding |
Suspends binding. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
Events
Protected:
Methods
Fields
Event Hookup:
Methods
See Also
ListManager Class | System.WinForms Namespace