menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeColumnType - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeColumnType

    Defined the constants that specify the possible column type in SfTreeGrid.

    Inheritance
    System.Object
    TreeColumnType
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public sealed class TreeColumnType : Enum

    Fields

    ColumnHeader

    Specifies the column header type column.

    Declaration
    public const TreeColumnType ColumnHeader
    Field Value
    Type
    TreeColumnType

    DefaultColumn

    Specifies the default column type.

    Declaration
    public const TreeColumnType DefaultColumn
    Field Value
    Type
    TreeColumnType

    ExpanderColumn

    Specifies the expander type column.

    Declaration
    public const TreeColumnType ExpanderColumn
    Field Value
    Type
    TreeColumnType

    RowHeader

    Specifies the Row header type column.

    Declaration
    public const TreeColumnType RowHeader
    Field Value
    Type
    TreeColumnType

    Extension Methods

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