PanelBarClientEventsBuilder - класс |
Пространство имён: Telerik.Web.Mvc.UI
public class PanelBarClientEventsBuilder
Тип PanelBarClientEventsBuilder предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| PanelBarClientEventsBuilder |
Initializes a new instance of the PanelBarClientEventsBuilder class.
|
| Имя | Описание | |
|---|---|---|
| OnCollapse(Action) |
Defines the inline handler of the OnCollapse client-side event
| |
| OnCollapse(FuncObject, Object) |
Defines the inline handler of the OnCollapse client-side event
| |
| OnCollapse(String) |
Defines the name of the JavaScript function that will handle the the OnCollapse client-side event.
| |
| OnError(Action) |
Defines the inline handler of the OnError client-side event
| |
| OnError(FuncObject, Object) |
Defines the inline handler of the OnError client-side event
| |
| OnError(String) |
Defines the name of the JavaScript function that will handle the the OnError client-side event.
| |
| OnExpand(Action) |
Defines the inline handler of the OnExpand client-side event
| |
| OnExpand(FuncObject, Object) |
Defines the inline handler of the OnExpand client-side event
| |
| OnExpand(String) |
Defines the name of the JavaScript function that will handle the the OnExpand client-side event.
| |
| OnLoad(Action) |
Defines the inline handler of the OnLoad client-side event
| |
| OnLoad(FuncObject, Object) |
Defines the inline handler of the OnLoad client-side event
| |
| OnLoad(String) |
Defines the name of the JavaScript function that will handle the the OnLoad client-side event.
| |
| OnSelect(Action) |
Defines the inline handler of the OnSelect client-side event
| |
| OnSelect(FuncObject, Object) |
Defines the inline handler of the OnSelect client-side event
| |
| OnSelect(String) |
Defines the name of the JavaScript function that will handle the the OnSelect client-side event.
|
| Имя | Описание | |
|---|---|---|
| GetID |
Получить идентификатор из объекта.
Вызывает ToString().ToLower()
(Определяется ObjectExtensions.) | |
| Implementation |
Получить реальный объект из класса
(Определяется ModelExtensions.) | |
| SafeToString | (Определяется ObjectExtensions.) | |
| ToEncodedJson |
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.) | |
| ToJson |
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.) | |
| ToJsonSlice |
Получить представление объекта в структуре Json.
Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.) |