Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColorFilterItem Class / ObjectValue Property


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