HeadlineSettings.DateHorizontalPosition Property
In This Article
Gets or sets the date’s horizontal position within the headline.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(DateHorizontalPosition.Left)]
public DateHorizontalPosition DateHorizontalPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Date |
Left | A Date |
Available values:
Name | Description |
---|---|
Left | The date is displayed to the left of a headline’s contents. |
Right | The date is displayed to the right of a headline’s contents. |
Outside |
The date is displayed within the headline’s left panel. |
Outside |
The date is displayed within the headline’s right panel. |
#Remarks
The date’s vertical position is specified by the HeadlineSettings.DateVerticalPosition property.
See Also