Kendo.Mvc.UI.ExpansionPanel
Kendo UI ExpansionPanel component
Fields
urlGenerator
The URL generator.
Properties
CollapseIconClass
The class of the collapse icon.
Disabled
If set to true the widget will be disabled.
Expanded
If set to true the widget will be expanded by default.
ExpandIconClass
The class of the collapse icon.
Height
The height of the widget. Numeric values are treated as pixels.
SubTitle
The subtitle of the widget.
Title
The title of the widget.
Toggleable
If set to false the user will not be able to expand/collapse the widget.
Content
The HTML string representing the associated content for the Drawer widget
Animation
A collection of visual animations used when ExpansionPanel is expand or collapsed through user interactions. Setting this option to false will disable all animations. is not a valid configuration.
Methods
WriteInitializationScript(System.IO.TextWriter)
Writes the initialization script.
Parameters
writer System.IO.TextWriter
The TextWriter.
WriteHtml(System.Web.UI.HtmlTextWriter)
Writes the HTML.
Parameters
writer System.Web.UI.HtmlTextWriter
The HtmlTextWriter.