aspnet-devexpress-dot-web-dot-aspxheadline-fb43a43e.md
Gets or sets the date’s vertical position within the headline.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(DateVerticalPosition.BelowHeader)]
public DateVerticalPosition DateVerticalPosition { get; set; }
<DefaultValue(DateVerticalPosition.BelowHeader)>
Public Property DateVerticalPosition As DateVerticalPosition
| Type | Default | Description |
|---|---|---|
| DateVerticalPosition | BelowHeader |
A DateVerticalPosition enumeration value that specifies the date’s vertical position within the headline.
|
Available values:
| Name | Description |
|---|---|
| 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 date’s horizontal position is specified by the ASPxHeadline.DateHorizontalPosition property.
See Also