menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum RowType - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum RowType

    Defines the constants that specify the possible row types in SFDataGrid.

    Namespace: Syncfusion.WinForms.DataGrid.Enums
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public enum RowType

    Fields

    Name Description
    AddNewRow

    Specifies the DataRow that is used to add a new row.

    CaptionCoveredRow

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

    CaptionRow

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

    DefaultRow

    Specifies the DataRow that displays the row data.

    DetailsViewRow

    Specifies the row that displays the DetailsView.

    FilterRow

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

    HeaderRow

    Specifies the DataRow that displays the header text.

    PreviewRow

    Specifies the row that displays the PreviewText.

    StackedHeaderRow

    Specifies the StackedHeaderRow that displays the stacked header text.

    SummaryCoveredRow

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

    SummaryRow

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

    TableSummaryCoveredRow

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

    TableSummaryRow

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

    UnboundRow

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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved