Class DefaultValueOptions
Provides default value creation options for RadProperty system.
Inheritance
System.Object
DefaultValueOptions
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.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public sealed class DefaultValueOptions
Remarks
This singleton class is used internally by the RadProperty system to handle default value creation scenarios, particularly when default values need to be created dynamically rather than using static values.
Fields
CallCreateDefaultValue
Declaration
public static readonly object CallCreateDefaultValue
Field Value
System.Object
|