'Declaration Public Enum RowLocation Inherits System.Enum
'Usage Dim instance As RowLocation
public enum RowLocation : System.Enum
'Declaration Public Enum RowLocation Inherits System.Enum
'Usage Dim instance As RowLocation
public enum RowLocation : System.Enum
Member | Description |
---|---|
BottomMargin | The row is the DetailGrid.BottomMargin of the parent DetailGrid (Row.ParentGrid). |
Data | The 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. |
DataRowTemplate | The row is the DataRowTemplate of the parent DetailGrid (Row.ParentGrid). |
FixedFooter | The row is located in the grid's GridControl.FixedFooterRows section. |
FixedHeader | The row is located in the grid's GridControl.FixedHeaderRows section. |
Footer | The 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. |
Header | The 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. |
None | The row is not associated with a parent group or grid. |
TopMargin | The row is the DetailGrid.TopMargin of the parent DetailGrid (Row.ParentGrid). |
System.Object
System.ValueType
System.Enum
Xceed.Grid.RowLocation
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