Class RadPropertyDefaultValueAttribute
Inheritance
System.Object
RadPropertyDefaultValueAttribute
Namespace: Telerik.WinControls.Design
Assembly: Telerik.WinControls.dll
Syntax
public class RadPropertyDefaultValueAttribute : DefaultValueAttribute
Constructors
RadPropertyDefaultValueAttribute(String, Type)
RadPropertyDefaultValueAttribute constructor
Declaration
public RadPropertyDefaultValueAttribute(string propertyName, Type ownerType)
Parameters
System.String
propertyName
The name of the property which provides the default value. |
System.Type
ownerType
Type of the object that ownes the RadProperty which provides the default value. |
Properties
Value
Declaration
public override object Value { get; }
Property Value
System.Object
|