Back to Devexpress

ASPxHeadline.DateHorizontalPosition Property

aspnet-devexpress-dot-web-dot-aspxheadline-4d3038b9.md

latest2.2 KB
Original Source

ASPxHeadline.DateHorizontalPosition Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
DateHorizontalPositionLeft

A DateHorizontalPosition enumeration value that specifies the date’s horizontal position within the headline.

|

Available values:

NameDescription
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.

| | OutsideLeft |

The date is displayed within the headline’s left panel.

| | OutsideRight |

The date is displayed within the headline’s right panel.

|

Remarks

The date’s vertical position is specified by the ASPxHeadline.DateVerticalPosition property.

See Also

DateVerticalPosition

Headline

ASPxHeadline Class

ASPxHeadline Members

DevExpress.Web Namespace