Class EditorDropDownListItem
Data Source model for the built-in editor dropdown tools.
Inheritance
System.Object
EditorDropDownListItem
Namespace: Telerik.Blazor.Components.Editor
Assembly: Telerik.Blazor.dll
Syntax
public class EditorDropDownListItem : Object
Constructors
EditorDropDownListItem()
Declaration
public EditorDropDownListItem()
EditorDropDownListItem(String, String)
Declaration
public EditorDropDownListItem(string text, string value)
Parameters
System.String
text
|
System.String
value
|
Properties
Text
The text the user will see in the dropdown.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Value
The value passed to the editor command.
Declaration
public string Value { get; set; }
Property Value
System.String
|