New to Telerik UI for WPF? Start a free 30-day trial
Drill-Down
Updated on Sep 24, 2025
RadExpressionEditor allows users to expand complex objects and access their sub-properties. This functionality is controlled by the new IsFieldsDrillDownEnabled property.
Example 1: Enabling drill-down in XAML
XAML
<telerik:RadExpressionEditor IsFieldsDrillDownEnabled="True" />
Example 2: Enabling drill-down in code-behind
C#
this.radExpressionEditor.IsFieldsDrillDownEnabled = true;Figure 1 illustrates the difference between the functionality being disabled and enabled.
Drill-down functionality
