Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / SelectorSetter Class / Value Property


In This Topic
    Value Property (SelectorSetter)
    In This Topic
    Gets or sets the value to apply to the property that is specified by the Property.
    Syntax
    'Declaration
     
    Public Property Value As String
    'Usage
     
    Dim instance As SelectorSetter
    Dim value As String
     
    instance.Value = value
     
    value = instance.Value
    public string Value {get; set;}

    Property Value

    The value.
    See Also