menu

Blazor

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

    Show / Hide Table of Contents

    Class DdtAction

    Specifies the change event action of the SfDropDownTree<TValue, TItem> component.

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

    Fields

    Select

    Specifies the item selection in SfDropDownTree<TValue, TItem> component.

    Declaration
    public const DdtAction Select
    Field Value
    Type Description
    DdtAction

    “Select” if an item is selected.

    Unselect

    Specifies the item deselection in SfDropDownTree<TValue, TItem> component.

    Declaration
    public const DdtAction Unselect
    Field Value
    Type Description
    DdtAction

    “Unselect” if an item is deselected.

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