Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColorFilterItem Class / Color Property


In This Topic
    Color Property (ColorFilterItem)
    In This Topic
    Gets or sets the filter based on color.
    Syntax
    'Declaration
     
    
    Public Property Color As Color
    'Usage
     
    
    Dim instance As ColorFilterItem
    Dim value As Color
     
    instance.Color = value
     
    value = instance.Color
    public Color Color {get; set;}
    See Also