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

Telerik.Web.UI.TreeListTemplateColumnEditor

Represents the default column editor for the Telerik.Web.UI.TreeListTemplateColumn

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.TreeListColumnEditor : ITreeListColumnEditor
  • Telerik.Web.UI.TreeListTemplateColumnEditor

Properties

Column TreeListEditableColumn

Gets the column for which the column editor is created.

ContainerControl Control

Gets a reference to the Control object which will hold the editor template.

Template ITemplate

Gets a reference to the ITemplate object used for the editor.

Methods

GetFirstValue

Get the first value from the values of the current . This method returns the first item from , if any.

Returns

System.Object

GetFirstValueFromEnumerable

Returns the first value from an object implementing IEnumerable, passed as argument. If the collection is empty, returns null.

Parameters

enumerable System.Collections.IEnumerable

An instance of a class that implements IEnumerable.

Returns

System.Object The first value form the enumerable collection.

GetValues

Returns a collection of the edit values contained in the editor.

Returns

System.Collections.IEnumerable An enumerable object holding the values.

GetValues

Returns a collection of the values in the editor control.

Returns

System.Collections.IEnumerable

Initialize

Initializes the editor control.

Parameters

editItem Telerik.Web.UI.TreeListEditableItem

The TreeListEditableItem where the editor will be added.

container System.Web.UI.Control

The container Control to which Controls collection the editor control will be added.

Returns

System.Void

Initialize

Initializes the column editor for the TreeListColumn.

Parameters

editItem Telerik.Web.UI.TreeListEditableItem

The which will hold the edit control.

container System.Web.UI.Control

The container control to which the editor will be added.

Returns

System.Void

SetValues

Sets the edit values in the column editor.

Parameters

values System.Collections.IEnumerable

A collection of the values which will be used to populate the editor control.

Returns

System.Void

In this article