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:
C#
public enum DataGridRenderMode
Fields
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.
C#
Default = 0
SkiaSharp is used for rendering.
C#
SkiaSharp = 1