Class DataGridRenderMode
Defines the possible render modes, i.e. how the content of the RadDataGrid is drawn on screen (cells, headers, footers).
Inheritance
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class DataGridRenderMode : Enum
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
public const DataGridRenderMode Default
Field Value
DataGridRenderMode
|
SkiaSharp
SkiaSharp is used for rendering.
Declaration
public const DataGridRenderMode SkiaSharp
Field Value
DataGridRenderMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|