menu

Class ViewDefinition - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ViewDefinition

    Class used to represent the data in to hierarchical format.

    Inheritance
    System.Object
    ViewDefinition
    GridViewDefinition
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public abstract class ViewDefinition : DependencyObject

    Constructors

    ViewDefinition()

    Declaration
    protected ViewDefinition()

    Fields

    RelationalColumnProperty

    Identifies the Syncfusion.UI.Xaml.Grid.ViewDefinition.RelationalColumn dependency property.

    Declaration
    public static readonly DependencyProperty RelationalColumnProperty
    Field Value
    Type
    Microsoft.UI.Xaml.DependencyProperty
    Remarks

    The identifier for the Syncfusion.UI.Xaml.Grid.ViewDefinition.RelationalColumn dependency property.

    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