Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BaseFilterItem Class / DisplayName Property


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

    Property Value

    String containing the name of the filter item to display in the drop-down list
    See Also