Kendo.Mvc.UI.Fluent.DataSourceModelFieldDescriptorBuilderBase
Defines the fluent interface for configuring the ModelFieldDescriptor.
Methods
DefaultValue(T)
Sets the value which will be used to populate the field when new non-existing model is created.
Parameters
value T
The value
DefaultValue(System.Object)
Sets the value which will be used to populate the field when new non-existing model is created.
Parameters
value System.Object
The value
Editable
Specifies if the field should be editable.
Editable(System.Boolean)
Specifies if the field should be editable.
Parameters
enabled System.Boolean
True is the field should be editable, otherwise false