ClassDataGridCellRendererRenderContext
Class
Represents the rendering context for a data grid cell renderer.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public abstract class DataGridCellRendererRenderContext
Inheritance: objectDataGridCellRendererRenderContext
Derived Classes:
Properties
Bounds
Gets the bounds of the cell being rendered.
Declaration
cs-api-definition
public Rect Bounds { get; }
Property Value
Rect
The Rect representing the cell bounds.
Column
Gets the DataGridColumn associated with the cell being rendered.
Declaration
cs-api-definition
public DataGridColumn Column { get; }
Property Value
The DataGridColumn instance.
Container
Gets the container object for the cell being rendered.
Declaration
cs-api-definition
public object Container { get; }
Property Value
The container object.