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

DateVerticalPosition Enum

Lists values that specify the date’s vertical position within the headline.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum DateVerticalPosition

Members

Name Description
Top

The date is displayed at the headline’s top.

DateVerticalPosition_Top

Header

The date is displayed within the headline’s header.

DateVerticalPosition_Header

BelowHeader

The date is displayed below the headline’s header.

DateVerticalPosition_BelowHeader

Bottom

The date is displayed at the headline’s bottom.

DateVerticalPosition_Bottom

Related API Members

The following properties accept/return DateVerticalPosition values:

Remarks

The values listed by this enumeration are used to set the ASPxHeadline.DateVerticalPosition property’s value.

See Also