DropDownTreeBindingSettingsBuilder

Methods

Enabled(System.Boolean)

Enables or disables binding.

Parameters

value - System.Boolean

Example

Razor
 
             @( Html.Kendo().DropDownTree()
                        .Name("DropDownTree")
                        .DataBinding(dataBinding =>
                        {
                            dataBinding.Ajax().Select("Index", "Home").Enabled((bool)ViewData["ajax"]);
                        })
            )
             
In this article
MethodsEnabled(System.Boolean)
Not finding the help you need?
Contact Support