Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColorFilterItem Class / DisplayName Property


In This Topic
    DisplayName Property (ColorFilterItem)
    In This Topic
    Gets the display name of the filter.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property DisplayName As String
    'Usage
     
    
    Dim instance As ColorFilterItem
    Dim value As String
     
    value = instance.DisplayName
    public override string DisplayName {get;}
    See Also