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!

ListManager.IsBinding

Gets a value indicating whether the list is bound to a data source.

[Visual Basic]
Public ReadOnly Property IsBinding As Boolean
[C#]
public bool IsBinding {get;}
[C++]
public: __property bool get_IsBinding();
[JScript]
public function get IsBinding() : Boolean;

See Also

ListManager Class | ListManager Members | System.WinForms Namespace