Enum
DataGridRenderMode

Defines the possible render modes, i.e. how the content of the RadDataGrid is drawn on screen (cells, headers, footers).

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum DataGridRenderMode

Fields

Default

Defines the default render mode of the content of the RadDataGrid which is different in the different platforms. In Android and WinUI the DataGrid is rendered with SkiaSharp. In iOS and MacCatalyst it is rendered with the iOS UILabel and UIView primitives.

Declaration

cs-api-definition
Default = 0

Field Value

DataGridRenderMode

SkiaSharp

SkiaSharp is used for rendering.

Declaration

cs-api-definition
SkiaSharp = 1

Field Value

DataGridRenderMode

In this article
DefinitionFieldsDefaultSkiaSharp
Not finding the help you need?
Contact Support