Gets a value indicating whether this data accessor and underlying data object fire notifications, when the property is changed.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
bool SupportsNotifications { get; } |
| Visual Basic |
|---|
ReadOnly Property SupportsNotifications As Boolean
Get |
| Visual C++ |
|---|
property bool SupportsNotifications {
bool get ();
} |
| F# |
|---|
abstract SupportsNotifications : bool with get
|
Property Value
Type:
Booleantrue if they fire notifications; otherwise,
false.
See Also