Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / MultiValuesFilterItem Class / Label Property


In This Topic
Label Property (MultiValuesFilterItem)
In This Topic
Gets the display text of the filter (filter name or operator).
Syntax
'Declaration
 
Public ReadOnly Property Label As String
 
'Usage
 
Dim instance As MultiValuesFilterItem
Dim value As String
 
value = instance.Label
See Also