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 : Enum
Fields
AllRows
Specifies that column auto-sizing considers all rows in the grid.
Declaration
public const AutoFitRange AllRows
Field Value
Type |
---|
AutoFitRange |
VisibleRows
Specifies that column auto-sizing considers only the visible rows in the grid
Declaration
public const AutoFitRange VisibleRows
Field Value
Type |
---|
AutoFitRange |