Class DataGridCellRendererRenderContext
Inheritance
System.Object
DataGridCellRendererRenderContext
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class DataGridCellRendererRenderContext : Object
Properties
Bounds
Declaration
public Rect Bounds { get; }
Property Value
Microsoft.Maui.Graphics.Rect
|
Column
Container
Declaration
public object Container { get; }
Property Value
System.Object
|
Item
Declaration
public object Item { get; }
Property Value
System.Object
|