Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / PropertyAttribute Class / DefaultValue Property

In This Topic
    DefaultValue Property (PropertyAttribute)
    In This Topic
    Gets or sets the default value for the property.
    Syntax
    'Declaration
     
    
    Public Property DefaultValue As Object
    public object DefaultValue {get; set;}
    See Also