WinUI

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

    Show / Hide Table of Contents

    Class TableSummaryRowPosition

    Defines the constants that specify whether the TableSummaryRow is positioned at either top or bottom of SfDataGrid.

    Inheritance
    System.Object
    TableSummaryRowPosition
    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class TableSummaryRowPosition : Enum

    Fields

    Bottom

    Specifies the TableSummaryRow is positioned at bottom.

    Declaration
    public const TableSummaryRowPosition Bottom
    Field Value
    Type Description
    TableSummaryRowPosition

    Top

    Specifies the TableSummaryRow is positioned at top.

    Declaration
    public const TableSummaryRowPosition Top
    Field Value
    Type Description
    TableSummaryRowPosition

    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