Class RadDefaultValueAttribute
Inheritance
System.Object
RadDefaultValueAttribute
Namespace: Telerik.WinControls.Design
Assembly: Telerik.WinControls.dll
Syntax
public class RadDefaultValueAttribute : DefaultValueAttribute
Constructors
RadDefaultValueAttribute(String, Type)
Declaration
public RadDefaultValueAttribute(string propertyName, Type objectType)
Parameters
System.String
propertyName
|
System.Type
objectType
|
Properties
Value
Declaration
public override object Value { get; }
Property Value
System.Object
|