RadControls for WinForms

The RadPropertyMetadata type exposes the following members.

Constructors

  NameDescription
Public methodRadPropertyMetadata()()()()
Initializes a new instance of the RadPropertyMetadata class.
Public methodRadPropertyMetadata(Object)
Initializes a new instance of the RadPropertyMetadata class using the default value of the property.
Public methodRadPropertyMetadata(PropertyChangedCallback)
Initializes a new instance of the RadPropertyMetadata class using a property changed callback.
Public methodRadPropertyMetadata(Object, PropertyChangedCallback)
Initializes a new instance of the RadPropertyMetadata class using an object and a property changed callback.

Methods

Properties

  NameDescription
Public propertyAttachedPropertyUsage
Public propertyCoerceValueCallback
Public propertyDefaultValue
Gets or sets the default value of the property.
Public propertyIsDefaultValueModified
Public propertyIsInherited
Gets or sets a value indicating whether the property is inherited.
Protected propertyIsSealed
Public propertyPropertyChangedCallback
Gets or sets the PropertyChangedCallback
Public propertyReadOnly
Gets a value indicating whether the property is read-only.
Public propertySealed

See Also