Enum PreviewRowHeightMode
Defines the constants that specify the height calculation mode of the preview row.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum PreviewRowHeightMode
Fields
Name | Description |
---|---|
Auto | Specifies that auto row height will be calculated for the preview row based on the content. |
Fixed | Specifies that the default height mode of the preview row, which uses the PreviewRowHeight value as the row height of the preview row. |