alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridTextOptions

    Defines the options for a ResizeToFit(GridRangeInfo) method call.

    The options can be combined.

    Inheritance
    System.Object
    GridTextOptions
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridTextOptions : Enum

    Fields

    FormattedText

    The Formatted text is considered for calculating the Cell size

    Declaration
    public const GridTextOptions FormattedText
    Field Value
    Type
    GridTextOptions

    Text

    The default text is considered for calculating the Cell size

    Declaration
    public const GridTextOptions Text
    Field Value
    Type
    GridTextOptions
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved