Class PreviewRowHeightMode
Defines the constants that specify the height calculation mode of the preview row.
Inheritance
System.Object
PreviewRowHeightMode
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class PreviewRowHeightMode : Enum
Fields
Auto
Specifies that auto row height will be calculated for the preview row based on the content.
Declaration
public const PreviewRowHeightMode Auto
Field Value
| Type |
|---|
| PreviewRowHeightMode |
Fixed
Specifies that the default height mode of the preview row, which uses the PreviewRowHeight value as the row height of the preview row.
Declaration
public const PreviewRowHeightMode Fixed
Field Value
| Type |
|---|
| PreviewRowHeightMode |