RadControls for WinForms

Represents metadata for a RadProperty. RadPropertyMetadata describes the property. For example, through DefaultValue property you can get or set the default value for the property.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public class RadPropertyMetadata
Visual Basic
Public Class RadPropertyMetadata

Inheritance Hierarchy

System..::..Object
  Telerik.WinControls..::..RadPropertyMetadata
    Telerik.WinControls..::..RadElementPropertyMetadata

See Also