Skip to main content
Tab

DateVerticalPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

See Also