DataTriggerBehavior.Value Property

Gets or sets the value to be compared with the value of Binding. This is a dependency property.

Namespace:  Microsoft.Xaml.Interactions.Core
Assembly:  Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)

Syntax

'Declaration
Public Property Value As Object
public Object Value { get; set; }
public:
property Object^ Value {
    Object^ get ();
    void set (Object^ value);
}
member Value : Object with get, set
function get Value () : Object 
function set Value (value : Object)

Property Value

Type: System.Object
The value to be compared with the value of Binding.

.NET Framework Security

See Also

Reference

DataTriggerBehavior Class

Microsoft.Xaml.Interactions.Core Namespace