BootstrapDateEdit Class
In This Article
A date editor control with a dropdown window containing a calendar and a time editor.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DXClientDocumentationProviderWeb("BootstrapDateEdit")]
[ToolboxTabName("DX.24.2: Bootstrap Controls")]
public class BootstrapDateEdit :
ASPxDateEdit,
ISimpleRenderControl,
IBootstrapEditorCssClassesOwner
#Remarks
Note
The Bootstrap
- The control’s client-side equivalent is represented by the Bootstrap
Client object.Date Edit - On the client side, the client object can be accessed directly by the name specified via the ASPx
Edit property.Base. Client Instance Name - The available client events can be accessed by using the ASPx
Date property.Edit. Client Side Events
The control’s client-side API is enabled if the ASPx
#Inheritance
See Also