RadPropertyMetadata
Class
Provides metadata for a dependency property, including its default value, callbacks, and flags.
Definition
Namespace:Telerik.Windows.Base
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class RadPropertyMetadata
Inheritance: objectRadPropertyMetadata
Constructors
C#
public RadPropertyMetadata(object defaultValue, RadPropertyChangedCallback propertyChangedCallback)
C#
public RadPropertyMetadata(RadPropertyChangedCallback propertyChangedCallback)
Properties
Gets the default value of the RadPropertyMetadata.
C#
public object DefaultValue { get; }