Kendo.Mvc.UI.Fluent.WidgetBuilderBase
View component Builder base class.
Properties
Component
Gets the view component.
Methods
ToComponent
Returns the internal view component.
Name(System.String)
Sets the name of the component.
Parameters
componentName System.String
The name.
Deferred(System.Boolean)
Suppress initialization script rendering. Note that this options should be used in conjunction with M:Kendo.Mvc.UI.Fluent.WidgetFactory.DeferredScripts(System.Boolean)
HtmlAttributes(System.Object)
Sets the HTML attributes.
Parameters
attributes System.Object
The HTML attributes.
HtmlAttributes(System.Collections.Generic.IDictionary<System.String,System.Object>)
Sets the HTML attributes.
Parameters
attributes System.Collections.Generic.IDictionary<System.String,System.Object>
The HTML attributes.
Render
Renders the component.