Back to Devexpress

ASPxHeadline.Date Property

aspnet-devexpress-dot-web-dot-aspxheadline-7ab96549.md

latest1.8 KB
Original Source

ASPxHeadline.Date Property

Gets or sets the headline’s date.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(typeof(DateTime), "1/1/0001")]
public DateTime Date { get; set; }
vb
<DefaultValue(GetType(Date), "1/1/0001")>
Public Property [Date] As Date

Property Value

TypeDefaultDescription
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

DateHorizontalPosition

DateVerticalPosition

DateFormatString

Headline

ASPxHeadline Class

ASPxHeadline Members

DevExpress.Web Namespace