Class DataGridCellRendererMeasureContext
Inheritance
System.Object
DataGridCellRendererMeasureContext
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataGridCellRendererMeasureContext : Object
Properties
Column
Container
Declaration
public object Container { get; }
Property Value
System.Object
|
HeightConstraint
Declaration
public double HeightConstraint { get; }
Property Value
System.Double
|
Item
Declaration
public object Item { get; }
Property Value
System.Object
|
WidthConstraint
Declaration
public double WidthConstraint { get; }
Property Value
System.Double
|