ASP.NET MVC Controls
AllowDragging Enumeration

Specifies constants that define the row/column dragging behavior.
Syntax
'Declaration
 
Public Enum AllowDragging 
   Inherits System.Enum
public enum AllowDragging : System.Enum 
Members
MemberDescription
BothThe user may drag rows and columns.
ColumnsThe user may drag columns.
NoneThe user may not drag rows or columns.
RowsThe user may drag rows.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Grid.AllowDragging

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.Web.Mvc.Grid Namespace

 

 


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

Product Support Forum |  Documentation Feedback