Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

DateEditTimeSectionProperties.Adaptive Property

Gets or sets a value specifying whether the adaptive mode is enabled for ASPxDateEdit‘s time section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool Adaptive { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to enable the adaptive mode for the date editor; otherwise, false.

Remarks

In adaptive mode, the date edit’s time section rearranges its position within the editor’s dropdown when the browser window is resized.

Note

Online Demos Refer to the following online demos to review the ASPxDateEdit’s time section is adaptive mode:

See Also