Skip to main content
A newer version of this page is available. .

Visual Elements Overview

The ASPxDateEdit control is represented by a text box with a drop-down button.

ASPxDateEdit_TextBox

The appearance of the text box is controlled by control-level properties. The button can be customized via the ASPxDropDownEditBase.DropDownButton property.

Click the drop-down button to display the drop-down window. This window can cast a shadow if the ASPxDropDownEditBase.ShowShadow property is set to true.

ASPxDateEdit_Drop-DownWindow

The drop-down window consists of two sections: the calendar section (always visible) and the time section (visibility is controlled by the DateEditTimeSectionProperties.Visible property). For more information, see the section descriptions.

Click the current month and year in the calendar header to display the Fast Navigation Window.

Concepts