menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum AutoFitOptions - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum 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.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public enum AutoFitOptions

    Fields

    Name Description
    Alphabet

    Apply the Autofit option for Alphabet cell values

    Both

    Apply the Autofit option for Both numeric and Alphabet cell values

    None

    cancel the Autofit option

    Numeric

    Apply the Autofit option for numeric cell values

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved