Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Top10FilterItem Class / DisplayName Property
Example


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