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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string specifying the format pattern. |
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