New to Telerik UI for .NET MAUIStart a free 30-day trial

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: DataGridSkiaSharpCellRendererRenderContext

Properties

Bounds

Rect

Gets the bounds of the cell being rendered.

C#
public Rect Bounds { get; }
Property Value:

The Rect representing the cell bounds.

Gets the DataGridColumn associated with the cell being rendered.

C#
public DataGridColumn Column { get; }
Property Value:

The DataGridColumn instance.

Gets the container object for the cell being rendered.

C#
public object Container { get; }
Property Value:

The container object.

Gets the data item associated with the cell being rendered.

C#
public object Item { get; }
Property Value:

The data item object.

In this article
DefinitionPropertiesBoundsColumnContainerItem
Not finding the help you need?
Contact Support