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 bool SupportsNotifications { get; }
Visual Basic
Public ReadOnly Property SupportsNotifications As Boolean
	Get
Visual C++
public:
virtual property bool SupportsNotifications {
	bool get () sealed;
}
F#
abstract SupportsNotifications : bool with get
override SupportsNotifications : bool with get

Property Value

Type: Boolean
Always true.

Implements

IDataAccessor..::..SupportsNotifications

See Also