Class RowType
Defines the constants that specify the possible row type in SfDataGrid.
Inheritance
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class RowType : Enum
Fields
AddNewRow
Specifies the DataRow that is used to add a new row.
Declaration
public const RowType AddNewRow
Field Value
Type |
---|
RowType |
CaptionCoveredRow
Specifies the SpannedDataRow that displays the group caption summary value in row.
Declaration
public const RowType CaptionCoveredRow
Field Value
Type |
---|
RowType |
CaptionRow
Specifies the SpannedDataRow that displays the group caption summary value in corresponding columns
Declaration
public const RowType CaptionRow
Field Value
Type |
---|
RowType |
DefaultRow
Specifies the DataRow that displays the row data.
Declaration
public const RowType DefaultRow
Field Value
Type |
---|
RowType |
DetailsViewRow
Specifies the DetailsViewDataRow that is used to display the DetailsViewDataGrid.
Declaration
public const RowType DetailsViewRow
Field Value
Type |
---|
RowType |
FilterRow
Specifies the DataRow that is used to filter the value from corresponding column.
Declaration
public const RowType FilterRow
Field Value
Type |
---|
RowType |
HeaderRow
Specifies the DataRow that displays the header text.
Declaration
public const RowType HeaderRow
Field Value
Type |
---|
RowType |
StackedHeaderRow
Specifies the StackedHeaderRow that displays the stacked header text.
Declaration
public const RowType StackedHeaderRow
Field Value
Type |
---|
RowType |
SummaryCoveredRow
Specifies the SpannedDataRow that displays the group summary value in row.
Declaration
public const RowType SummaryCoveredRow
Field Value
Type |
---|
RowType |
SummaryRow
Specifies the SpannedDataRow that displays the group summary value in corresponding columns
Declaration
public const RowType SummaryRow
Field Value
Type |
---|
RowType |
TableSummaryCoveredRow
Specifies the SpannedDataRow that displays the table summary value in row.
Declaration
public const RowType TableSummaryCoveredRow
Field Value
Type |
---|
RowType |
TableSummaryRow
Specifies the SpannedDataRow that displays the table summary value in corresponding columns.
Declaration
public const RowType TableSummaryRow
Field Value
Type |
---|
RowType |
UnBoundRow
Specifies the UnBoundRow that is used to display the unbound data.
Declaration
public const RowType UnBoundRow
Field Value
Type |
---|
RowType |