menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridQueryBounds - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridQueryBounds

    Defines the constants that specify whether the column width or row height need to be calculated based on the cell content.

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

    Fields

    Height

    The row height can be calculated based on cell content.

    Declaration
    public const GridQueryBounds Height
    Field Value
    Type
    GridQueryBounds

    Width

    The column width can be calculated based on cell content.

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