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

HeadlineSettings.DateFormatString Property

Gets or sets the pattern used to format the headline’s date.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("{0:d}")]
public string DateFormatString { get; set; }

Property Value

Type Default Description
String "{0:d}"

A string value that represents the format pattern.

Property Paths

You can access this nested property as listed below:

Object Type Path to DateFormatString
ASPxNewsControl
.ItemSettings.DateFormatString

Remarks

Note

Display values can be formatted using the standard formatting mechanism. It allows you to format values using standard format patterns. Format specifiers for composing the format pattern are described in the Numeric Format Strings and Date and Time Format Strings topics.

See Also