New to Telerik UI for BlazorStart a free 30-day trial

Data Source model for the built-in editor dropdown tools.

Definition

Namespace:Telerik.Blazor.Components.Editor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class EditorDropDownListItem

Inheritance: objectEditorDropDownListItem

Constructors

C#
public EditorDropDownListItem()
C#
public EditorDropDownListItem(string text, string value)
Parameters:textstringvaluestring

Properties

The text the user will see in the dropdown.

C#
public string Text { get; set; }

The value passed to the editor command.

C#
public string Value { get; set; }