Class DataGridRenderMode
Defines the possible render modes, i.e. how the content of the Rad
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 Rad
Declaration
public const DataGridRenderMode Default
Field Value
SkiaSharp
SkiaSharp is used for rendering.
Declaration
public const DataGridRenderMode SkiaSharp
Field Value
value__
Declaration
public int value__
Field Value
System.
|