Class TemplateViewDefinition
Class used to represent the Row Template of ViewDefinition that enables you to load any control in to hierarchical format.
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class TemplateViewDefinition : ViewDefinition
Constructors
TemplateViewDefinition()
Specifies the template view definition
Declaration
public TemplateViewDefinition()
Fields
HeightModeProperty
Identifies the HeightMode bindable property
Declaration
public static readonly BindableProperty HeightModeProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
HeightProperty
Identifies the Height bindable property
Declaration
public static readonly BindableProperty HeightProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
MinHeightProperty
Identifies the MinHeight bindable property
Declaration
public static readonly BindableProperty MinHeightProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
RowTemplateProperty
Identifies the RowTemplate bindable property
Declaration
public static readonly BindableProperty RowTemplateProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
Height
Gets or sets the height of the RowTemplate
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
HeightMode
Gets or sets the height mode of the RowTemplate.
Declaration
public DataGridHeightMode HeightMode { get; set; }
Property Value
Type |
---|
DataGridHeightMode |
MinHeight
Gets or sets the minimum height of the RowTemplate
Declaration
public double MinHeight { get; set; }
Property Value
Type |
---|
System.Double |
RowTemplate
Gets or sets the details view template.
Declaration
public DataTemplate RowTemplate { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.DataTemplate |