Enum ClipMode
Defines the cell content's overflow mode. The available modes are.
- ClipTruncates the cell content when it overflows its area.
- EllipsisDisplays ellipsis when the cell content overflows its area.
- EllipsisWithTooltipDisplays ellipsis when the cell content overflows its area also it will display tooltip while hover on ellipsis applied cell.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ClipMode
Fields
| Name | Description |
|---|---|
| Clip | Truncates the cell content when it overflows its area. |
| Ellipsis | Displays ellipsis when the cell content overflows its area. |
| EllipsisWithTooltip | Displays ellipsis when the cell content overflows its area |