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


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

    Property Value

    The property path.
    See Also