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

See Also

Reference

DataTriggerBehavior Class

Microsoft.Xaml.Interactions.Core Namespace