WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowType

    Show / Hide Table of Contents

    Class RowType

    Defines the constants that specify the possible row type in SfDataGrid.

    Inheritance
    System.Object
    RowType
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.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 Description
    RowType

    CaptionCoveredRow

    Specifies the SpannedDataRow that displays the group caption summary value in row.

    Declaration
    public const RowType CaptionCoveredRow
    Field Value
    Type Description
    RowType

    CaptionRow

    Specifies the SpannedDataRow that displays the group caption summary value in corresponding columns

    Declaration
    public const RowType CaptionRow
    Field Value
    Type Description
    RowType

    DefaultRow

    Specifies the DataRow that displays the row data.

    Declaration
    public const RowType DefaultRow
    Field Value
    Type Description
    RowType

    DetailsViewRow

    Specifies the DetailsViewDataRow that is used to display the DetailsViewDataGrid.

    Declaration
    public const RowType DetailsViewRow
    Field Value
    Type Description
    RowType

    FilterRow

    Specifies the DataRow that is used to filter the value from corresponding column.

    Declaration
    public const RowType FilterRow
    Field Value
    Type Description
    RowType

    HeaderRow

    Specifies the DataRow that displays the header text.

    Declaration
    public const RowType HeaderRow
    Field Value
    Type Description
    RowType

    StackedHeaderRow

    Specifies the StackedHeaderRow that displays the stacked header text.

    Declaration
    public const RowType StackedHeaderRow
    Field Value
    Type Description
    RowType

    SummaryCoveredRow

    Specifies the SpannedDataRow that displays the group summary value in row.

    Declaration
    public const RowType SummaryCoveredRow
    Field Value
    Type Description
    RowType

    SummaryRow

    Specifies the SpannedDataRow that displays the group summary value in corresponding columns

    Declaration
    public const RowType SummaryRow
    Field Value
    Type Description
    RowType

    TableSummaryCoveredRow

    Specifies the SpannedDataRow that displays the table summary value in row.

    Declaration
    public const RowType TableSummaryCoveredRow
    Field Value
    Type Description
    RowType

    TableSummaryRow

    Specifies the SpannedDataRow that displays the table summary value in corresponding columns.

    Declaration
    public const RowType TableSummaryRow
    Field Value
    Type Description
    RowType

    UnboundRow

    Specifies the UnboundRow that is used to display the unbound data.

    Declaration
    public const RowType UnboundRow
    Field Value
    Type Description
    RowType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved