Class AutoFitRange
Defines the constants that specify the auto sizing range of the columns.
Inheritance
System.Object
    AutoFitRange
  Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class AutoFitRange : EnumFields
AllRows
Specifies that column auto-sizing considers all rows in the grid.
Declaration
public const AutoFitRange AllRowsField Value
| Type | 
|---|
| AutoFitRange | 
VisibleRows
Specifies that column auto-sizing considers only the visible rows in the grid
Declaration
public const AutoFitRange VisibleRowsField Value
| Type | 
|---|
| AutoFitRange |