Enum AutoSizeRange
Defines the constants that specify the auto sizing range of the columns.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum AutoSizeRange
Fields
Name | Description |
---|---|
Table | Specifies that the auto sizing of columns should consider all the rows in the grid. |
VisibleRows | Specifies that the auto sizing of columns should consider visible rows only in the grid. |