Helper for the properties in Design time.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public static class DesignerPropertiesHelper
Inheritance: objectDesignerPropertiesHelper
Methods
Gets whether the element is in design tool.
C#
public static bool GetIsInDesignTool(DependencyObject element)
The DependencyObject.
Returns:True if the element is in the design tool, otherwise false.