Bindable "Value" property in DataTrigger.cs
Open
Enhancement Requested
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
Often you want to bind also the value in a DataTrigger in XAML.
Example usage:
```
```
In this I only want to check if the value of a slider in a CustomControl reaches the minimum value of my defined "Minimum" DependenyProperty in my CustomControl.cs to show an indicator element in the ControlTemplate of the CustomControl in XAML.
Contributor guide
Assessment
This issue has not been assessed yet.