Enum ContentType
Defines the content type.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ContentType
Fields
| Name | Description |
|---|---|
| Image | Content type is image. |
| Line | Content type is line. |
| PageNumber | Content type is page number. |
| Text | Content type is text. |