NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListBinding.ListManager

Gets the ListManager of this binding that allows enumeration of a set of bindings.

[Visual Basic]
Public ReadOnly Property ListManager As ListManager
[C#]
public ListManager ListManager {get;}
[C++]
public: __property ListManager* get_ListManager();
[JScript]
public function get ListManager() : ListManager;

Property Value

A ListManager.

Remarks

ColumnsCollection constructor. Used only by DataSource.

See Also

ListBinding Class | ListBinding Members | System.WinForms Namespace