New to Telerik UI for WPF? Start a free 30-day trial
Member Access
Updated over 6 months ago
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:

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:
