menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportRowType - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExportRowType

    Specifies the type of the exporting row.

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

    Fields

    BottomTableSummaryRow

    Specifies that the type of row being exported is bottom table summary row.

    Declaration
    public const ExportRowType BottomTableSummaryRow
    Field Value
    Type
    ExportRowType

    CaptionSummary

    Specifies that the type of row being exported is caption summary row.

    Declaration
    public const ExportRowType CaptionSummary
    Field Value
    Type
    ExportRowType

    GroupSummary

    Specifies that the type of row being exported is group summary row.

    Declaration
    public const ExportRowType GroupSummary
    Field Value
    Type
    ExportRowType

    Record

    Specifies that the type of row being exported is record.

    Declaration
    public const ExportRowType Record
    Field Value
    Type
    ExportRowType

    TopTableSummaryRow

    Specifies that the type of row being exported is top table summary row.

    Declaration
    public const ExportRowType TopTableSummaryRow
    Field Value
    Type
    ExportRowType

    UnboundRow

    Specifies that the type of row being exported is unbound row.

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