menu

Class RowType - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RowType

    Describes the possible values for row type. These values are used to update the row type of the row elements in a SfDataGrid control.

    Inheritance
    System.Object
    RowType
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public sealed class RowType : Enum

    Fields

    CaptionCoveredRow

    Specifies the row type of the caption rows when ShowSummaryInRow is true.

    Declaration
    public const RowType CaptionCoveredRow
    Field Value
    Type
    RowType

    CaptionRow

    Specifies the row type of the caption rows when ShowSummaryInRow is false.

    Declaration
    public const RowType CaptionRow
    Field Value
    Type
    RowType

    DefaultRow

    Specifies the row type of the rows in the body region.

    Declaration
    public const RowType DefaultRow
    Field Value
    Type
    RowType

    GroupSummaryCoveredRow

    Specifies the row type of the summary rows when ShowSummaryInRow is true.

    Declaration
    public const RowType GroupSummaryCoveredRow
    Field Value
    Type
    RowType

    GroupSummaryRow

    Specifies the row type of the summary rows when ShowSummaryInRow is false.

    Declaration
    public const RowType GroupSummaryRow
    Field Value
    Type
    RowType

    HeaderRow

    Specifies the row type of the header rows in the header region.

    Declaration
    public const RowType HeaderRow
    Field Value
    Type
    RowType

    TableSummaryCoveredRow

    Specifies the row type of the table summary rows when ShowSummaryInRow is true.

    Declaration
    public const RowType TableSummaryCoveredRow
    Field Value
    Type
    RowType

    TableSummaryRow

    Specifies the row type of the table summary rows when ShowSummaryInRow is false.

    Declaration
    public const RowType TableSummaryRow
    Field Value
    Type
    RowType

    UnboundRow

    Specifies the UnboundRow that is used to display the unbound data when GridUnboundRow is added to UnboundRow collection.

    Declaration
    public const RowType UnboundRow
    Field Value
    Type
    RowType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved