Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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.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 Description
    AutoFitType

    FitToWindow

    Auto fit table column with respect to the window size.

    Declaration
    public const AutoFitType FitToWindow
    Field Value
    Type Description
    AutoFitType

    FixedColumnWidth

    Auto fit table column width to specified value.

    Declaration
    public const AutoFitType FixedColumnWidth
    Field Value
    Type Description
    AutoFitType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved