Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExpandAction - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExpandAction

    Defines the expand type of the TreeView node.

    Inheritance
    System.Object
    ExpandAction
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ExpandAction : Enum

    Fields

    Click

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

    Declaration
    public const ExpandAction Click
    Field Value
    Type Description
    ExpandAction

    DoubleClick

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

    Declaration
    public const ExpandAction DoubleClick
    Field Value
    Type Description
    ExpandAction

    None

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

    Declaration
    public const ExpandAction None
    Field Value
    Type Description
    ExpandAction

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved