Xceed Grid for WinForms v4.3 Documentation
ColumnTypes Enumeration


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace : ColumnTypes Enumeration
Value representing the column types which will be cleared from the grid's list of columns. This enumeration is used only by the Xceed.Grid.Collections.ColumnList.Clear method.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ColumnTypes 
   Inherits System.Enum
'Usage
 
Dim instance As ColumnTypes
[Flags()]
public enum ColumnTypes : System.Enum 
Members
MemberDescription
DataBoundOnly data bound columns.
UnboundOnly unbound columns.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Grid.ColumnTypes

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

Xceed.Grid Namespace