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

GridColumnDateRangePickerSettings.EditFormatString Property

Specifies the pattern used to format the editor’s edited value displayed in the edit box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string specifying the format pattern.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EditFormatString
ASP.NET Controls and MVC Extensions TreeListColumnSettingsHeaderFilter
.DateRangePickerSettings.EditFormatString
CardViewDataColumnHeaderFilterSettings
.DateRangePickerSettings.EditFormatString
GridViewDataColumnHeaderFilterSettings
.DateRangePickerSettings.EditFormatString
VerticalGridDataRowHeaderFilterSettings
.DateRangePickerSettings.EditFormatString
ASP.NET Bootstrap Controls BootstrapCardViewDataColumnHeaderFilterSettings
.DateRangePickerSettings.EditFormatString
BootstrapGridViewDataColumnHeaderFilterSettings
.DateRangePickerSettings.EditFormatString

Remarks

Use the EditFormatString property to specify the format pattern applied to the date range picker’s edited value that is displayed in the edit box.

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