PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyWrapper Class / Value Property

In This Topic
    Value Property (PropertyWrapper)
    In This Topic
    Gets or sets the value of the current value type being shown in the C1PropertyGrid.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    Public Property Value As Object
    [Browsable(false)]
    public object Value {get; set;}
    See Also