Back to Devexpress

ASPxHeadline.DateVerticalPosition Property

aspnet-devexpress-dot-web-dot-aspxheadline-fb43a43e.md

latest2.2 KB
Original Source

ASPxHeadline.DateVerticalPosition Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(DateVerticalPosition.BelowHeader)]
public DateVerticalPosition DateVerticalPosition { get; set; }
vb
<DefaultValue(DateVerticalPosition.BelowHeader)>
Public Property DateVerticalPosition As DateVerticalPosition

Property Value

TypeDefaultDescription
DateVerticalPositionBelowHeader

A DateVerticalPosition enumeration value that specifies the date’s vertical position within the headline.

|

Available values:

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.

|

Remarks

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

See Also

DateHorizontalPosition

Headline

ASPxHeadline Class

ASPxHeadline Members

DevExpress.Web Namespace