Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicFilterItem Class / ObjectValue Property


In This Topic
    ObjectValue Property (DynamicFilterItem)
    In This Topic
    Gets or sets the text value for the filter.
    Syntax
    'Declaration
     
    
    Public Property ObjectValue As Object
    'Usage
     
    
    Dim instance As DynamicFilterItem
    Dim value As Object
     
    instance.ObjectValue = value
     
    value = instance.ObjectValue
    public object ObjectValue {get; set;}
    See Also