ASPxHeadline.DateVerticalPosition Property
In This Article
Gets or sets the date’s vertical position within the headline.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(DateVerticalPosition.BelowHeader)]
public DateVerticalPosition DateVerticalPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Date |
Below |
A Date |
Available values:
Name | Description |
---|---|
Top | The date is displayed at the headline’s top. |
Header | The date is displayed within the headline’s header. |
Below |
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