menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridHeightMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridHeightMode

    Specifies the HeightMode of the RowTemplate

    Inheritance
    System.Object
    DataGridHeightMode
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public sealed class DataGridHeightMode : Enum

    Fields

    Auto

    Specifies the actual height of the RowTemplate.

    Declaration
    public const DataGridHeightMode Auto
    Field Value
    Type
    DataGridHeightMode

    Fixed

    Specifies the Height value when its defined otherwise it denotes the actual height

    Declaration
    public const DataGridHeightMode Fixed
    Field Value
    Type
    DataGridHeightMode

    ViewportHeight

    Specifies the view port height when its less than the actual height of RowTemplate

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