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

HeadlineSettings.DateVerticalPosition Property

Gets or sets the date’s vertical position within the headline.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(DateVerticalPosition.BelowHeader)]
public virtual DateVerticalPosition DateVerticalPosition { get; set; }

Property Value

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.

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

Property Paths

You can access this nested property as listed below:

Object Type Path to DateVerticalPosition
ASPxNewsControl
.ItemSettings .DateVerticalPosition

Remarks

The date’s horizontal position is specified by the HeadlineSettings.DateHorizontalPosition property.

See Also