menu

UWP

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

    Show / Hide Table of Contents

    Class NodeExpandMode

    Defines the constants which specify the expand state of groups in Excel.

    Inheritance
    System.Object
    NodeExpandMode
    Namespace: Syncfusion.UI.Xaml.TreeGrid.Converter
    Assembly: Syncfusion.SfGridConverter.UWP.dll
    Syntax
    public sealed class NodeExpandMode : Enum

    Fields

    CollapseAll

    Exports all the node in collapse state to Excel.

    Declaration
    public const NodeExpandMode CollapseAll
    Field Value
    Type
    NodeExpandMode

    Default

    Exports the expanded node in expand state otherwise collapse state to Excel.

    Declaration
    public const NodeExpandMode Default
    Field Value
    Type
    NodeExpandMode

    ExpandAll

    Exports all the node in expand state to Excel.

    Declaration
    public const NodeExpandMode ExpandAll
    Field Value
    Type
    NodeExpandMode

    Extension Methods

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