alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum ExpandAction

    Defines the expand type of the TreeView node.

    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum ExpandAction

    Fields

    Name Description
    Click

    Specifies the action on 'Click' the node expands or collapses. The expand/collapse operation happens when you single-click the node.

    DoubleClick

    Specifies the action on 'DoubleClick' the node expands or collapses. The expand/collapse operation happens when you double-click the node.

    None

    The expand/collapse operation will not happen when you single-click or double-click the node.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved