Kendo.Mvc.UI.Fluent.TreeListMessagesCommandsSettingsBuilder
Defines the fluent API for configuring the TreeListMessagesCommandsSettings settings.
Methods
Canceledit(System.String)
Defines the text of the Cancel button that discards the changes during editing.
Parameters
value System.String
The value that configures the canceledit.
Create(System.String)
Defines the text of the Add new record button that adds new data rows.
Parameters
value System.String
The value that configures the 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 that configures the createchild.
Destroy(System.String)
Defines the text of the Delete button that deletes a data row.
Parameters
value System.String
The value that configures the 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 that configures the edit.
Save(System.String)
Defines the text of the Save Changes button that saves modifed data rows.
Parameters
value System.String
The value that configures the save.
Search(System.String)
Allows the customization of the placeholder text in the treelist search panel.
Parameters
value System.String
The value that configures the search.
Cancel(System.String)
Defines the text of the Cancel Changes button that cancels all data modifications.
Parameters
value System.String
The value that configures the 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 that configures the 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 that configures the pdf.
Update(System.String)
Defines the text of the Update button that applies the changes during editing.
Parameters
value System.String
The value that configures the update.