menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectedItemTemplate<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectedItemTemplate<T>

    Provides information about current item.

    Inheritance
    System.Object
    SelectedItemTemplate<T>
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SelectedItemTemplate<T> : Object
    Type Parameters
    Name
    T

    Constructors

    SelectedItemTemplate()

    Declaration
    public SelectedItemTemplate()

    Properties

    Text

    Gets the text of the current item to SelectedItemTemplate

    Declaration
    public string Text { get; }
    Property Value
    Type
    System.String
    Remarks

    This property stores the selected text value(s).

    Value

    Gets the value of the selected item in the Dropdown Tree component.

    Declaration
    public List<T> Value { get; }
    Property Value
    Type
    System.Collections.Generic.List<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved