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

Telerik.Web.UI.TreeListColumnEditor

Represents the base class of all column editors in Telerik.Web.UI.RadTreeList .

Inheritance Hierarchy

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

Properties

Column TreeListEditableColumn

Gets the column for which the column editor is created.

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 values in the editor control.

Returns

System.Collections.IEnumerable

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