Class RadControl
Static container for the Theme attached property.
Inheritance
System.Object
RadControl
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class RadControl
Properties
IsInDesignMode
Gets whether a control is running in the context of a designer.
Declaration
public static bool IsInDesignMode { get; }
Property Value
System.Boolean
|