FlexGrid for WinForms
AllowSortingEnum Enumeration



Specifies whether the user should be able to sort columns with the mouse.
Syntax
'Declaration
 
Public Enum AllowSortingEnum 
   Inherits System.Enum
'Usage
 
Dim instance As AllowSortingEnum
public enum AllowSortingEnum : System.Enum 
public enum class AllowSortingEnum : public System.Enum 
Members
MemberDescription
MultiColumnThe user may sort a range of columns by clicking on the header cell of the rightmost column in the range.
NoneThe user may not sort columns with the mouse.
SingleColumnThe user may sort single columns by clicking on its header cell.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.AllowSortingEnum

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback