Class RadPropertyMetadata
Inheritance
System.Object
RadPropertyMetadata
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.Base
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RadPropertyMetadata
Constructors
RadPropertyMetadata(Object)
Declaration
public RadPropertyMetadata(object defaultValue)
Parameters
System.Object
defaultValue
|
RadPropertyMetadata(Object, RadPropertyChangedCallback)
Declaration
public RadPropertyMetadata(object defaultValue, RadPropertyChangedCallback propertyChangedCallback)
Parameters
System.Object
defaultValue
|
RadPropertyChangedCallback
propertyChangedCallback
|
RadPropertyMetadata(RadPropertyChangedCallback)
Declaration
public RadPropertyMetadata(RadPropertyChangedCallback propertyChangedCallback)
Parameters
RadPropertyChangedCallback
propertyChangedCallback
|
Properties
DefaultValue
Declaration
public object DefaultValue { get; }
Property Value
System.Object
|