Kendo.Mvc.UI.Fluent.TreeListMessagesCommandsSettingsBuilder
Defines the fluent API for configuring TreeListMessagesCommandsSettings
Properties
Container
Gets the container of the TreeListMessagesCommandsSettingsBuilder
Methods
Canceledit(System.String)
Defines the text of the Cancel button that discards the changes during editing.
Parameters
value System.String
The value for Canceledit
Create(System.String)
Defines the text of the Add new record button that adds new data rows.
Parameters
value System.String
The value for Create
Createchild(System.String)
Defines the text of the Add child record button that adds new child data rows.
Parameters
value System.String
The value for Createchild
Destroy(System.String)
Defines the text of the Delete button that deletes a data row.
Parameters
value System.String
The value for Destroy
Edit(System.String)
Defines the text of the Edit button that shows the editable fields for the row.
Parameters
value System.String
The value for Edit
Save(System.String)
Defines the text of the Save Changes button that saves modifed data rows.
Parameters
value System.String
The value for Save
Search(System.String)
Allows the customization of the placeholder text in the treelist search panel.
Parameters
value System.String
The value for Search
Cancel(System.String)
Defines the text of the Cancel Changes button that cancels all data modifications.
Parameters
value System.String
The value for Cancel
Excel(System.String)
Defines the text of the Export to Excel button that exports the widget data in spreadsheet format.
Parameters
value System.String
The value for Excel
Pdf(System.String)
Defines the text of the Export to PDF button that exports the widget data in PDF format.
Parameters
value System.String
The value for Pdf
Update(System.String)
Defines the text of the Update button that applies the changes during editing.
Parameters
value System.String
The value for Update