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


In This Topic
    Label Property (ColorFilterItem)
    In This Topic
    Gets the displayed text of the filter (filter name or operator).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Label As String
    'Usage
     
    
    Dim instance As ColorFilterItem
    Dim value As String
     
    value = instance.Label
    public string Label {get;}
    See Also