Skip to main content
A newer version of this page is available. .
Tab

DateHorizontalPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public enum DateHorizontalPosition

Members

Name Description
Left

The date is displayed to the left of a headline’s contents.

DateHorizontalPosition_Left

Right

The date is displayed to the right of a headline’s contents.

DateHorizontalPosition_Righ

OutsideLeft

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

DateHorizontalPosition_OutL

OutsideRight

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

DateHorizontalPosition_OutR

Related API Members

The following properties accept/return DateHorizontalPosition values:

Remarks

The values listed by this enumeration are used to set the ASPxHeadline.DateHorizontalPosition property’s value.

See Also