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

ASPxHeadline.HorizontalAlign Property

Gets or sets the horizontal alignment of a headline’s text and date.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(HorizontalAlign.NotSet)]
public HorizontalAlign HorizontalAlign { get; set; }

Property Value

Type Default Description
HorizontalAlign **NotSet**

One of the HorizontalAlign enumeration values.

Remarks

The headline’s text and date are specified by the ASPxHeadline.ContentText and ASPxHeadline.Date properties.

See Also