New to Telerik UI for WPF? Download free 30-day trial

Member Access

You may access each member just as you do in C# and VB.NET.

A simple expression such as “Salary > 2500” will try to resolve the Salary property on the parameter of the generated LambdaExpression:   WPF RadExpressionEditor Member Access

Nested member access is also possible. For instance, “Tasks.Count” will access the Count property of the value of the Tasks property in the expression’s parameter:

WPF RadExpressionEditor Nested Member Access

In this article