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> |