alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class AutoFitOptions

    Defines the options in order to display special characters when the contents in cell exceeds it's width. The AutoFitOptions includes Alphabets, Numeric, Both and None.

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

    Fields

    Alphabet

    Apply the Autofit option for Alphabet cell values

    Declaration
    public const AutoFitOptions Alphabet
    Field Value
    Type
    AutoFitOptions

    Both

    Apply the Autofit option for Both numeric and Alphabet cell values

    Declaration
    public const AutoFitOptions Both
    Field Value
    Type
    AutoFitOptions

    None

    cancel the Autofit option

    Declaration
    public const AutoFitOptions None
    Field Value
    Type
    AutoFitOptions

    Numeric

    Apply the Autofit option for numeric cell values

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