Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterItemValue Class / Value Property


In This Topic
    Value Property (FilterItemValue)
    In This Topic
    Gets the value for the ValueFilterItem object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Object
    'Usage
     
    
    Dim instance As FilterItemValue
    Dim value As Object
     
    value = instance.Value
    public object Value {get;}
    See Also