menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TemplateViewDefinition - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TemplateViewDefinition

    Class used to represent the Row Template of ViewDefinition that enables you to load any control in to hierarchical format.

    Inheritance
    System.Object
    ViewDefinition
    TemplateViewDefinition
    Inherited Members
    ViewDefinition.RelationalColumn
    ViewDefinition.RelationalColumnProperty
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved