aspnetbootstrap-devexpress-dot-web-dot-bootstrap-08fc7ac4.md
Represents the calendar control.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
[DXClientDocumentationProviderWeb("BootstrapCalendar")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapCalendar :
ASPxCalendar,
ISimpleRenderControl,
IBootstrapEditorCssClassesOwner
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapCalendar")>
Public Class BootstrapCalendar
Inherits ASPxCalendar
Implements ISimpleRenderControl,
IBootstrapEditorCssClassesOwner
Note
The BootstrapCalendar control provides you with comprehensive client-side functionality implemented using JavaScript code:
The control’s client-side API is enabled if the ASPxEditBase.EnableClientSideAPI property is set to true, or the ASPxEditBase.ClientInstanceName property is defined, or any client event is handled.
This example demonstrates the Calendar control with default settings.
BootstrapCalendar class.The image below shows the result:
<dx:BootstrapCalendar runat="server" SelectedDate="1.1.2017">
</dx:BootstrapCalendar>
Show 11 items
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxCalendar BootstrapCalendar
See Also