New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:defaultValueobjectpropertyChangedCallbackRadPropertyChangedCallback
C#
public RadPropertyMetadata(object defaultValue)
Parameters:defaultValueobject
C#
public RadPropertyMetadata(RadPropertyChangedCallback propertyChangedCallback)
Parameters:propertyChangedCallbackRadPropertyChangedCallback

Properties

Gets the default value of the RadPropertyMetadata.

C#
public object DefaultValue { get; }