Telerik.Web.Mvc.UI.Fluent.DropDownItemBuilder.Text C# (CSharp) Метод

Text() публичный Метод

Sets the value for the item.
public Text ( string value ) : DropDownItemBuilder
value string The value.
Результат DropDownItemBuilder
        public DropDownItemBuilder Text(string value)
        {
            item.Text = value;

            return this;
        }