menu

UWP

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

    Show / Hide Table of Contents

    Class AutoFitMode

    Defines the constants that specify the mode to measure the width and height of the cell based on its content.

    Inheritance
    System.Object
    AutoFitMode
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public sealed class AutoFitMode : Enum

    Fields

    Default

    The cell size is calculated by calculating and comparing the size of each cell.

    Declaration
    public const AutoFitMode Default
    Field Value
    Type
    AutoFitMode

    SmartFit

    The cell size is calculated by longest string of the cell content.

    Declaration
    public const AutoFitMode SmartFit
    Field Value
    Type
    AutoFitMode

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved