Class ContentType
Defines the content type.
Inheritance
System.Object
ContentType
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ContentType : Enum
Fields
Image
Content type is image.
Declaration
public const ContentType Image
Field Value
Type |
---|
ContentType |
Line
Content type is line.
Declaration
public const ContentType Line
Field Value
Type |
---|
ContentType |
PageNumber
Content type is page number.
Declaration
public const ContentType PageNumber
Field Value
Type |
---|
ContentType |
Text
Content type is text.
Declaration
public const ContentType Text
Field Value
Type |
---|
ContentType |