Gets a value indicating whether the data source supports change notification.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public virtual bool SupportsChangeNotification { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Property SupportsChangeNotification As Boolean
	Get

Implements

IBindingList..::..SupportsChangeNotification

See Also