C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridAllowResizing Enumeration


GridAllowResizing Enumeration
Specifies a value that defines which elements can be resized.
Syntax
'Declaration
 
Public Enum GridAllowResizing 
   Inherits System.Enum
 
'Usage
 
Dim instance As GridAllowResizing
Members
MemberDescription
Both User can resize rows and columns.
Columns User can resize columns.
None No grid elements can be resized.
Rows User can resize rows.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Android.Grid.GridAllowResizing

See Also