alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GridTreeStartUpExpandState

    Enumerates possible expand states at startup.

    Inheritance
    System.Object
    GridTreeStartUpExpandState
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridTreeStartUpExpandState : Enum

    Fields

    AllNodesExpanded

    All nodes expanded.

    Declaration
    public const GridTreeStartUpExpandState AllNodesExpanded
    Field Value
    Type
    GridTreeStartUpExpandState

    None

    None

    Declaration
    public const GridTreeStartUpExpandState None
    Field Value
    Type
    GridTreeStartUpExpandState

    NoNodesExpanded

    All nodes collapsed.

    Declaration
    public const GridTreeStartUpExpandState NoNodesExpanded
    Field Value
    Type
    GridTreeStartUpExpandState

    RootNodesExpanded

    Root nodes expanded.

    Declaration
    public const GridTreeStartUpExpandState RootNodesExpanded
    Field Value
    Type
    GridTreeStartUpExpandState
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved