Represents the rendering context for a data grid cell renderer.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class DataGridCellRendererRenderContext
Inheritance: objectDataGridCellRendererRenderContext
Derived Classes:
Properties
Bounds
Rect
Gets the bounds of the cell being rendered.
C#
public Rect Bounds { get; }
The Rect representing the cell bounds.
Gets the DataGridColumn associated with the cell being rendered.
Gets the container object for the cell being rendered.
C#
public object Container { get; }
The container object.