Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IconFilterItem Class / ObjectValue Property


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