menu

Blazor

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

    Show / Hide Table of Contents

    Class AutoFitType

    Specifies the table auto fit type.

    Inheritance
    System.Object
    AutoFitType
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public sealed class AutoFitType : Enum

    Fields

    FitToContents

    Auto fit table column with respect to the contents.

    Declaration
    public const AutoFitType FitToContents
    Field Value
    Type
    AutoFitType

    FitToWindow

    Auto fit table column with respect to the window size.

    Declaration
    public const AutoFitType FitToWindow
    Field Value
    Type
    AutoFitType

    FixedColumnWidth

    Auto fit table column width to specified value.

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