Class
DataGridCellRendererRenderContext

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

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

DataGridColumn

The DataGridColumn instance.

Container

Gets the container object for the cell being rendered.

Declaration

cs-api-definition
public object Container { get; }

Property Value

object

The container object.

Item

Gets the data item associated with the cell being rendered.

Declaration

cs-api-definition
public object Item { get; }

Property Value

object

The data item object.

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