Skip to main content
Tab

NewsItem.Date Property

Gets or sets the item’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 structure that represents the item’s date.

#Remarks

The location of the item’s date is specified by the HeadlineSettings.DateHorizontalPosition and HeadlineSettings.DateVerticalPosition properties.

See Also