Back to Devexpress

BootstrapDateEdit Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-52b84451.md

latest3.1 KB
Original Source

BootstrapDateEdit Class

A date editor control with a dropdown window containing a calendar and a time editor.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DXClientDocumentationProviderWeb("BootstrapDateEdit")]
[ToolboxTabName("DX.25.2: Bootstrap Controls")]
public class BootstrapDateEdit :
    ASPxDateEdit,
    ISimpleRenderControl,
    IBootstrapEditorCssClassesOwner
vb
<ToolboxTabName("DX.25.2: Bootstrap Controls")>
<DXClientDocumentationProviderWeb("BootstrapDateEdit")>
Public Class BootstrapDateEdit
    Inherits ASPxDateEdit
    Implements ISimpleRenderControl,
               IBootstrapEditorCssClassesOwner

Remarks

Note

The BootstrapDateEdit 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.

Inheritance

Show 16 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxTextEdit ASPxPureTextBoxBase ASPxTextBoxBase ASPxButtonEditBase ASPxDropDownEditBase ASPxDateEdit BootstrapDateEdit

See Also

BootstrapDateEdit Members

DevExpress.Web.Bootstrap Namespace