ASPxHeadline.HorizontalAlign Property
In This Article
Gets or sets the horizontal alignment of a headline’s text and date.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(HorizontalAlign.NotSet)]
public HorizontalAlign HorizontalAlign { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Horizontal |
Not |
One of the Horizontal |
#Remarks
The headline’s text and date are specified by the ASPxHeadline.ContentText and ASPxHeadline.Date properties.
See Also