Spread for ASP.NET 11 Product Documentation
ShowSortItems Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ColumnHeaderFilterCellType Class : ShowSortItems Property
Gets or sets a value that indicates whether the drop-down menu displays sorting menu items.
Syntax
'Declaration
 
Public Property ShowSortItems As Boolean
'Usage
 
Dim instance As ColumnHeaderFilterCellType
Dim value As Boolean
 
instance.ShowSortItems = value
 
value = instance.ShowSortItems
public bool ShowSortItems {get; set;}

Property Value

true if the drop down menu shows sorting menu items; otherwise, false.
See Also

Reference

ColumnHeaderFilterCellType Class
ColumnHeaderFilterCellType Members