PanelBarBuilder - класс |
Пространство имён: Telerik.Web.Mvc.UI
public class PanelBarBuilder : ViewComponentBuilderBase<PanelBar, PanelBarBuilder>, IHideObjectMembers
Тип PanelBarBuilder предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| PanelBarBuilder |
Initializes a new instance of the PanelBarBuilder class.
|
| Имя | Описание | |
|---|---|---|
| Component |
Gets the view component.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) |
| Имя | Описание | |
|---|---|---|
| AddHtmlAttribute |
Adds the HTML attribute.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| AssetKey |
Sets the web asset key for the component.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| BindTo(String) |
Binds the panelbar to a sitemap.
| |
| BindTo(IEnumerable, ActionNavigationBindingFactoryPanelBarItem) |
Binds the panelbar to a list of objects. The panelbar will create a hierarchy of items using the specified mappings.
| |
| BindTo(String, ActionPanelBarItem, SiteMapNode) |
Binds the panelbar to a sitemap
| |
| BindToT(IEnumerableT, ActionPanelBarItem, T) |
Binds the panelbar to a list of objects
| |
| ClientEvents |
Configures the client-side events.
| |
| Effects |
Configures the effects of the panelbar.
| |
| ExpandAll |
Renders the panelbar with expanded items.
| |
| ExpandMode |
Sets the expand mode of the panelbar.
| |
| HighlightPath |
Select item depending on the current URL.
| |
| HtmlAttributes(IDictionaryString, Object) |
Sets the HTML attributes.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| HtmlAttributes(Object) |
Sets the HTML attributes.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| ItemAction |
Callback for each item.
| |
| Items |
Defines the items in the panelbar
| |
| Name |
Sets the name of the component.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| Render |
Renders the component.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| ScriptFileNames |
Sets the Script file names.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| ScriptFilesPath |
Sets the Scripts files path.. Path must be a virtual path.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| SelectedIndex |
Selects the item at the specified index.
| |
| ToComponent |
Returns the internal view component.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| ToHtmlString | (Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| ToString | (Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) |
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |