Class RadPropertyMetadata
Inheritance
System.Object
RadPropertyMetadata
Namespace: Telerik.Windows.Base
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class RadPropertyMetadata : Object
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
|