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