Class DataGridHeightMode
Specifies the HeightMode of the RowTemplate
Inheritance
System.Object
DataGridHeightMode
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataGridHeightMode : Enum
Fields
Auto
Specifies the actual height of the RowTemplate.
Declaration
public const DataGridHeightMode Auto
Field Value
Type |
---|
DataGridHeightMode |
Fixed
Specifies the Height value when its defined otherwise it denotes the actual height
Declaration
public const DataGridHeightMode Fixed
Field Value
Type |
---|
DataGridHeightMode |
ViewportHeight
Specifies the view port height when its less than the actual height of RowTemplate
Declaration
public const DataGridHeightMode ViewportHeight
Field Value
Type |
---|
DataGridHeightMode |