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


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