Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataGridCellRendererMeasureContext
Inheritance: objectDataGridCellRendererMeasureContext
Derived Classes:
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 width constraint for the cell measurement.
C#
public double WidthConstraint { get; }