Version

RowType Enumeration

An enumeration that contains all the different types of rows that the XamGrid contains.
Syntax
'Declaration
 
Public Enum RowType 
   Inherits System.Enum
public enum RowType : System.Enum 
Members
MemberDescription
AddNewRowA row that represents the AddNewRow.
ColumnLayoutHeaderRowA row that represents the header of a ColumnLayout.
ColumnLayoutTemplateRowA row that represents the ColumnLayoutTemplateRow.
DataRowA row that represents a record of data.
FilterRowA row that represents the FilterRow
FooterRowA row that represents the footer of an island of rows.
GroupByAreaRowA row that represents the GroupByAreaRow.
GroupByRowA row that represents a row that represents a grouped item.
HeaderRowA row that represents the header of an island of rows.
MergedSummaryRowA row that represents the MergedSummaryRow
PagerRowA row that contains the pager.
SummaryRowA row that represents the SummaryRow.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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