WPF

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

    Show / Hide Table of Contents

    Enum RowType

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

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.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 DetailsViewDataRow that is used to display the DetailsViewDataGrid.

    FilterRow

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

    HeaderRow

    Specifies the DataRow that displays the header text.

    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 - 2023 Syncfusion Inc. All Rights Reserved