Xceed Grid for WinForms v4.3 Documentation
GridSection Enumeration


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace : GridSection Enumeration
Value representing various sections of the grid in which a row can be located.
Syntax
'Declaration
 
Public Enum GridSection 
   Inherits System.Enum
'Usage
 
Dim instance As GridSection
public enum GridSection : System.Enum 
Members
MemberDescription
BodyThe grid's body section. This section includes the grid's scrollable header and footer sections.
CurrentThe section in which the row is currently located.
FixedFooterThe grid's GridControl.FixedFooterRows section.
FixedHeaderThe grid's GridControl.FixedHeaderRows section.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Grid.GridSection

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