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

GridColumnDateRangePickerSettings.DisplayFormatString Property

Specifies the pattern used to format the editor’s value for display purposes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String "d"

A string value that specifies the format pattern.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to DisplayFormatString
ASP.NET Bootstrap Controls BootstrapCardViewDataColumnHeaderFilterSettings
.DateRangePickerSettings.DisplayFormatString
BootstrapGridViewDataColumnHeaderFilterSettings
.DateRangePickerSettings.DisplayFormatString
ASP.NET Web Forms Controls TreeListColumnSettingsHeaderFilter
.DateRangePickerSettings.DisplayFormatString
CardViewDataColumnHeaderFilterSettings
.DateRangePickerSettings.DisplayFormatString
GridViewDataColumnHeaderFilterSettings
.DateRangePickerSettings.DisplayFormatString
VerticalGridDataRowHeaderFilterSettings
.DateRangePickerSettings.DisplayFormatString

Remarks

Display values can be formatted using the standard formatting mechanism described in MSDN. 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 in MSDN.

See Also