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

GridAllowResizing Enumeration
Specifies a value that defines which elements can be resized.
Syntax
'Declaration
 
Public Enum GridAllowResizing 
   Inherits System.Enum
 
Members
MemberDescription
BothUser can resize rows and columns.
ColumnsUser can resize columns.
NoneNo grid elements can be resized.
RowsUser can resize rows.
Inheritance Hierarchy

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

See Also