Spread for ASP.NET 12 Product Documentation
IsDescending Property (Top10FilterItem)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Top10FilterItem Class : IsDescending Property
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

Reference

Top10FilterItem Class
Top10FilterItem Members