Gets a value indicating whether this data accessor and underlying data object fire notifications, when the property is changed.

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public virtual bool SupportsNotifications { get; }
Visual Basic
Public Overridable ReadOnly Property SupportsNotifications As Boolean
	Get
Visual C++
public:
virtual property bool SupportsNotifications {
	bool get ();
}
F#
abstract SupportsNotifications : bool with get
override SupportsNotifications : bool with get

Property Value

Type: Boolean
true it the data object implements INotifyPropertyChanged interface.

Implements

IDataAccessor..::..SupportsNotifications

See Also