BootstrapDateEditPropertiesBuilder.EditFormatString(String) Method
In This Article
Sets the pattern used to format the editor’s edited value displayed within the edit box, when the editor’s Edit Format (specified using the BootstrapDateEditPropertiesBuilder.EditFormat method) is set to EditFormat.Custom.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapDateEditPropertiesBuilder EditFormatString(
string editFormatString
)
#Parameters
Name | Type |
---|---|
edit |
String |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also