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

ASPxNewsControl.DateField Property

Gets or sets the data source field which provides item dates.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string DateField { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the name of the data source field which contains item dates.

Remarks

When the ASPxNewsControl is data bound, the name of the data field that provides dates for items is specified by the DateField property. Otherwise, if the control functions in unbound mode, use the item’s NewsItem.Date property.

See Also