Enum AutoFitType
Specifies the table auto fit type.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum AutoFitType
Fields
| Name | Description |
|---|---|
| FitToContents | Auto fit table column with respect to the contents. |
| FitToWindow | Auto fit table column with respect to the window size. |
| FixedColumnWidth | Auto fit table column width to specified value. |