Skip to Content
Windows Presentation Foundation 4.5 Cookbook
book

Windows Presentation Foundation 4.5 Cookbook

by Pavel Yosifovich
September 2012
Intermediate to advanced
464 pages
10h 55m
English
Packt Publishing
Content preview from Windows Presentation Foundation 4.5 Cookbook

Using data triggers

Property triggers work with dependency properties only, but what about regular properties? This is where data triggers come in. They are able to inspect any property, but their usefulness lies within data templates that naturally bind to data objects (which utilize non-dependency properties). Let's see how to set that up.

Getting ready

Make sure Visual Studio is up and running.

How to do it...

We'll create a simple application to show books with a DataTemplate that is customized with data triggers to show some books a bit differently:

  1. Create a new WPF application named CH08.DataTriggerDemo.
  2. Add a new class to the project named Book and implement it as follows:
    class Book { public string BookName { get; set; } public string AuthorName ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Windows Presentation Foundation Development Cookbook

Windows Presentation Foundation Development Cookbook

Kunal Chowdhury
Professional C# 5.0 and .NET 4.5.1

Professional C# 5.0 and .NET 4.5.1

Christian Nagel, Jay Glynn, Morgan Skinner
Windows® Presentation Foundation Unleashed

Windows® Presentation Foundation Unleashed

Adam Nathan, Daniel Lehenbauer - Lead Developer Responsible for WPF 3D

Publisher Resources

ISBN: 9781849686228Supplemental Content