Kendo.Mvc.UI.TreeListColumnCommand
Kendo UI TreeListColumnCommand class
Properties
ClassName
The CSS class that is applied to the command button.
ImageClass
The CSS class that is applied to the icon span of the command button.
Click
The JavaScript function that is executed when the user clicks the command button. The function receives a jQuery event as an argument. The function context that is available through the this keyword will be set to the TreeList instance.
Name
The name of the command. Commands can be built-in ("edit", "createChild" and "destroy") or custom. When set to a custom value, the name is rendered as a data-command attribute. For more information, refer to the columns.command section.
Text
The text that is displayed by the command button. If not set, the name option is used as the button text.
Methods
Serialize
Serializes the current instance to a Dictionary.
SerializeSettings
Serialize current instance to Dictionary