Skip to main content
Tab

ASPxHeadline.Date Property

Gets or sets the headline’s date.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(typeof(DateTime), "1/1/0001")]
public DateTime Date { get; set; }

#Property Value

Type Default Description
DateTime "1/1/0001"

A DateTime value that specifies the headline’s date.

#Remarks

The location of the headline’s date is specified by the ASPxHeadline.DateHorizontalPosition and ASPxHeadline.DateVerticalPosition properties. To specify the format pattern, use the ASPxHeadline.DateFormatString property.

See Also