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.IsBinding

Gets a value indicating whether the binding is active.

[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;

Property Value

true, if the binding is active; otherwise, false.

Remarks

A binding is active when its properties are fully set, it belongs to a BindingsCollection of a data source that points to a table, and the data source is not empty.

See Also

ListBinding Class | ListBinding Members | System.WinForms Namespace