DataTriggerBehavior.Binding Property
Gets or sets the bound object that the DataTriggerBehavior will listen to. This is a dependency property.
Namespace: Microsoft.Xaml.Interactions.Core
Assembly: Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)
Syntax
'Declaration
Public Property Binding As Object
public Object Binding { get; set; }
public:
property Object^ Binding {
Object^ get ();
void set (Object^ value);
}
member Binding : Object with get, set
function get Binding () : Object
function set Binding (value : Object)
Property Value
Type: System.Object
The bound object that the DataTriggerBehavior will listen to.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.