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