EnumDataGridRenderMode
Enum
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.
SkiaSharp
SkiaSharp is used for rendering.