menu

MAUI

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

    Show / Hide Table of Contents

    Class ViewDefinition

    Class used to represent the data in to hierarchical format.

    Inheritance
    System.Object
    ViewDefinition
    DataGridViewDefinition
    TemplateViewDefinition
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public abstract class ViewDefinition : BindableObject

    Constructors

    ViewDefinition()

    Declaration
    protected ViewDefinition()

    Fields

    RelationalColumnProperty

    Identifies the RelationalColumn bindable property.

    Declaration
    public static readonly BindableProperty RelationalColumnProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    Properties

    RelationalColumn

    Relational column name to represent the hierarchical data

    Declaration
    public string RelationalColumn { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved