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 |