New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.TreeListCommandItemSettings

Provides access to the configuration of the command item.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.TreeListCommandItemSettings

Properties

ExportToExcelText String

Gets or sets text which will be used for the tooltip of the export button. The default value is 'Export to Excel'

ExportToPdfText String

Gets or sets text which will be used for the tooltip of the export button. The default value is 'Export to PDF'

ExportToWordText String

Gets or sets text which will be used for the tooltip of the export button. The default value is 'Export to Word'

ShowExportToExcelButton Boolean

Determines whether the export to Excel button will be shown in the command item.

ShowExportToPdfButton Boolean

Determines whether the export to Pdf button will be shown in the command item.

ShowExportToWordButton Boolean

Determines whether the export to Word button will be shown in the command item.

In this article