CalendarBuilder - класс |
Пространство имён: Telerik.Web.Mvc.UI
public class CalendarBuilder : ViewComponentBuilderBase<Calendar, CalendarBuilder>, IHideObjectMembers
Тип CalendarBuilder предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| CalendarBuilder |
Initializes a new instance of the Calendar 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.) | |
| ClientEvents |
Configures the client-side events.
| |
| Equals | Определяет, равен ли заданный объект текущему объекту. (Унаследован от Object.) | |
| Finalize | Позволяет объекту попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как он будет уничтожен во время сборки мусора. (Унаследован от Object.) | |
| GetHashCode | Служит хэш-функцией по умолчанию. (Унаследован от Object.) | |
| GetType | Возвращает объект Type для текущего экземпляра. (Унаследован от Object.) | |
| HtmlAttributes(IDictionaryString, Object) |
Sets the HTML attributes.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| HtmlAttributes(Object) |
Sets the HTML attributes.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| MaxDate(DateTime) |
Sets the biggest possible date, which user can choose.
| |
| MaxDate(String) |
Sets the smallest possible date, which user can choose.
| |
| MemberwiseClone | Создает неполную копию текущего объекта Object. (Унаследован от Object.) | |
| MinDate(DateTime) |
Sets the smallest possible date, which user can choose.
| |
| MinDate(String) |
Sets the smallest possible date, which user can choose.
| |
| 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.) | |
| Selection |
Configures the selection settings of the calendar.
| |
| ShowWeekNumbers |
Set visibility of WeekNumbers
| |
| ToComponent |
Returns the internal view component.
(Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| ToHtmlString | (Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| ToString | (Унаследован от ViewComponentBuilderBaseTViewComponent, TBuilder.) | |
| Value(DateTime) |
Sets selected date.
| |
| Value(String) |
Sets selected date.
|