Xceed Grid for WinForms v4.3 Documentation
RowLocation Enumeration


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace : RowLocation Enumeration
Value indicating the section of the grid or group in which a row is located.
Syntax
'Declaration
 
Public Enum RowLocation 
   Inherits System.Enum
'Usage
 
Dim instance As RowLocation
public enum RowLocation : System.Enum 
Members
MemberDescription
BottomMarginThe row is the DetailGrid.BottomMargin of the parent DetailGrid (Row.ParentGrid).
DataThe row is located in either the grid's GridControl.DataRows section or in the parent group's DataRows (GroupBase.GetSortedDataRows). To determine if the row is located in the grid's or the parent group's DataRows section, the row's Row.ParentGroup property can be consulted. If it is a null reference (Nothing in Visual Basic) then it is located in the grid's DataRows section; otherwise, it is located in the parent group's DataRows section.
DataRowTemplateThe row is the DataRowTemplate of the parent DetailGrid (Row.ParentGrid).
FixedFooterThe row is located in the grid's GridControl.FixedFooterRows section.
FixedHeaderThe row is located in the grid's GridControl.FixedHeaderRows section.
FooterThe row is located in either the grid's GridControl.FooterRows section or the parent group's GroupBase.FooterRows section. To determine if the row is located in the grid's or the parent group's footer section, the row's Row.ParentGroup property can be consulted. If it is a null reference (Nothing in Visual Basic) then it is located in the grid's footer section; otherwise, it is located in the parent group's footer section.
HeaderThe row is located in either the grid's GridControl.HeaderRows section or the parent group's GroupBase.HeaderRows section. To determine if the row is located in the grid's or the parent group's header section, the row's Row.ParentGroup property can be consulted. If it is a null reference (Nothing in Visual Basic) then it is located in the grid's header section; otherwise, it is located in the parent group's header section.
NoneThe row is not associated with a parent group or grid.
TopMarginThe row is the DetailGrid.TopMargin of the parent DetailGrid (Row.ParentGrid).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Grid.RowLocation

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