UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ViewDefinition

    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.Grid
    Assembly: Syncfusion.SfGrid.UWP.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 Description
    Windows.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 Description
    System.String

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved