Back to Devexpress

ASPxHeadline.DateFormatString Property

aspnet-devexpress-dot-web-dot-aspxheadline-638a1e67.md

latest1.6 KB
Original Source

ASPxHeadline.DateFormatString Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("{0:d}")]
public string DateFormatString { get; set; }
vb
<DefaultValue("{0:d}")>
Public Property DateFormatString As String

Property Value

TypeDefaultDescription
String"{0:d}"

A string value that represents the format pattern.

|

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

Headline

ASPxHeadline Class

ASPxHeadline Members

DevExpress.Web Namespace