alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class AutoSizeRange

    Defines the constants that specify the auto sizing range of the columns.

    Inheritance
    System.Object
    AutoSizeRange
    Namespace: Syncfusion.WinForms.DataGrid.Enums
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public sealed class AutoSizeRange : Enum

    Fields

    Table

    Specifies that the auto sizing of columns should consider all the rows in the grid.

    Declaration
    public const AutoSizeRange Table
    Field Value
    Type
    AutoSizeRange

    VisibleRows

    Specifies that the auto sizing of columns should consider visible rows only in the grid.

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