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


In This Topic
    IsPercent Property (Top10FilterItem)
    In This Topic
    Gets or sets a boolean value that specifies whether the filter is based on a percentage.
    Syntax
    'Declaration
     
    
    Public Property IsPercent As Boolean
    'Usage
     
    
    Dim instance As Top10FilterItem
    Dim value As Boolean
     
    instance.IsPercent = value
     
    value = instance.IsPercent
    public bool IsPercent {get; set;}
    See Also