PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyAttribute Class / DefaultValue Property

In This Topic
    DefaultValue Property
    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