Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Top10FilterItem Class / IsDescending Property


In This Topic
    IsDescending Property (Top10FilterItem)
    In This Topic
    Gets or sets a boolean value that specifies whether numeric numbers are filtered in descending order.
    Syntax
    'Declaration
     
    
    Public Property IsDescending As Boolean
    'Usage
     
    
    Dim instance As Top10FilterItem
    Dim value As Boolean
     
    instance.IsDescending = value
     
    value = instance.IsDescending
    public bool IsDescending {get; set;}
    See Also