FlexGrid for WinForms
AllowDraggingEnum Enumeration



Specifies whether the user should be able to drag rows and columns with the mouse.
Syntax
'Declaration
 
Public Enum AllowDraggingEnum 
   Inherits System.Enum
'Usage
 
Dim instance As AllowDraggingEnum
public enum AllowDraggingEnum : System.Enum 
public enum class AllowDraggingEnum : public System.Enum 
Members
MemberDescription
BothThe user may drag rows and columns with the mouse.
ColumnsThe user may drag columns with the mouse.
NoneThe user may not drag rows or columns.
RowsThe user may drag rows with the mouse.
Inheritance Hierarchy

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

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