Class
DataGridCellRendererMeasureContext

Provides context information for measuring cells in a Telerik.Maui.Controls.DataGrid.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DataGridCellRendererMeasureContext

Inheritance: objectDataGridCellRendererMeasureContext

Derived Classes: DataGridSkiaSharpCellRendererMeasureContext

Properties

Column

Gets the DataGridColumn associated with this context.

Declaration

cs-api-definition
public DataGridColumn Column { get; }

Property Value

DataGridColumn

Container

Gets the container object associated with this context.

Declaration

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

Property Value

object

HeightConstraint

Gets the height constraint for the cell measurement.

Declaration

cs-api-definition
public double HeightConstraint { get; }

Property Value

double

Item

Gets the data item associated with this context.

Declaration

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

Property Value

object

WidthConstraint

Gets the width constraint for the cell measurement.

Declaration

cs-api-definition
public double WidthConstraint { get; }

Property Value

double