Back to Devexpress

DateHorizontalPosition Enum

aspnet-devexpress-dot-web-8d532099.md

latest1.8 KB
Original Source

DateHorizontalPosition Enum

Lists values that specify the date’s horizontal position within the headline.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum DateHorizontalPosition
vb
Public Enum DateHorizontalPosition

Members

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.

|

The following properties accept/return DateHorizontalPosition values:

See Also

DateHorizontalPosition

Headline

DevExpress.Web Namespace