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

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

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DataGridCellRendererMeasureContext

Inheritance: objectDataGridCellRendererMeasureContext

Derived Classes: DataGridSkiaSharpCellRendererMeasureContext

Properties

Gets the DataGridColumn associated with this context.

C#
public DataGridColumn Column { get; }

Gets the container object associated with this context.

C#
public object Container { get; }

Gets the height constraint for the cell measurement.

C#
public double HeightConstraint { get; }

Gets the data item associated with this context.

C#
public object Item { get; }

Gets the width constraint for the cell measurement.

C#
public double WidthConstraint { get; }