Back to Devexpress

DateVerticalPosition Enum

aspnet-devexpress-dot-web-c0c80d46.md

latest1.8 KB
Original Source

DateVerticalPosition Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum DateVerticalPosition
vb
Public Enum DateVerticalPosition

Members

NameDescription
Top

The date is displayed at the headline’s top.

| | Header |

The date is displayed within the headline’s header.

| | BelowHeader |

The date is displayed below the headline’s header.

| | Bottom |

The date is displayed at the headline’s bottom.

|

The following properties accept/return DateVerticalPosition values:

See Also

DateVerticalPosition

Headline

DevExpress.Web Namespace