Spread for ASP.NET 8.0 Product Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ColumnHeaderFilterCellType Class
ColumnHeaderFilterCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.