TreeView - класс

Telerik Treeview for ASP.NET MVC is a view component for presenting hierarchical data.
Иерархия наследования
Object
  Telerik.Web.Mvc.UIViewComponentBase
    Telerik.Web.Mvc.UITreeView

Пространство имён:  Telerik.Web.Mvc.UI
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
public class TreeView : ViewComponentBase, INavigationItemComponent<TreeViewItem>, 
	INavigationItemContainer<TreeViewItem>, IEffectEnabled

Тип TreeView предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методTreeView
Initializes a new instance of the TreeView class.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоAjax
Gets the ajax configuration.
Открытое свойствоAssetKey
Gets or sets the asset key.
(Унаследован от ViewComponentBase.)
Открытое свойствоAuthorization
Открытое свойствоClientEvents
Gets the client events of the treeview.
Открытое свойствоClientSideObjectWriterFactory
Gets the client side object writer factory.
(Унаследован от ViewComponentBase.)
Открытое свойствоDataBinding
Открытое свойствоDragAndDrop
Открытое свойствоEffects
Gets or sets the effects.
Открытое свойствоExpandAll
Gets or sets a value indicating whether all the item is expanded.
Открытое свойствоHighlightPath
Открытое свойствоHtmlAttributes
Gets the HTML attributes.
(Унаследован от ViewComponentBase.)
Открытое свойствоId
Gets the id.
(Унаследован от ViewComponentBase.)
Открытое свойствоIsSelfInitialized (Унаследован от ViewComponentBase.)
Открытое свойствоItemAction
Gets or sets the item action.
Открытое свойствоItems
Gets the items of the treeview.
Открытое свойствоItemTextTemplate
Шаблон текста эле5мента дерева
Открытое свойствоName
Gets or sets the name.
(Унаследован от ViewComponentBase.)
Открытое свойствоScriptFileNames
Gets or sets the script file names.
(Унаследован от ViewComponentBase.)
Открытое свойствоScriptFilesPath
Gets or sets the script files path. Path must be a virtual path.
(Унаследован от ViewComponentBase.)
Открытое свойствоSelectedIndex
Открытое свойствоShowCheckBox
Gets or sets a value indicating whether all the item is expanded.
Открытое свойствоShowLines
Gets or sets a value indicating whether all the item is expanded.
Открытое свойствоUrlGenerator
Открытое свойствоViewContext
Gets or sets the view context to rendering a view.
(Унаследован от ViewComponentBase.)
Открытое свойствоWebService
Gets the web service configuration
В начало страницы
Методы
Методы расширения
  ИмяОписание
Открытый метод расширенияGetID
Получить идентификатор из объекта. Вызывает ToString().ToLower()
(Определяется ObjectExtensions.)
Открытый метод расширенияImplementation
Получить реальный объект из класса
(Определяется ModelExtensions.)
Открытый метод расширенияSafeToString (Определяется ObjectExtensions.)
Открытый метод расширенияToEncodedJson
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.)
Открытый метод расширенияToJson
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.)
Открытый метод расширенияToJsonSlice
Получить представление объекта в структуре Json. Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.)
В начало страницы
См. также