PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / C1PropertyGrid Class / ShowResetButton Property

In This Topic
    ShowResetButton Property
    In This Topic
    Gets or sets a value indicating whether the reset button will be shown in all the property boxes.
    Syntax
    'Declaration
     
    
    Public Property ShowResetButton As Boolean
    public bool ShowResetButton {get; set;}
    See Also