BootstrapTextBoxPropertiesBuilder.DisplayFormatInEditMode(Boolean) Method
Sets a value specifying whether a format pattern defined via the EditPropertiesBase.DisplayFormatString property should be applied to the editor value displayed in the edit mode of a complex data control (e.g. GridView).
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
Declaration
public BootstrapTextBoxPropertiesBuilder DisplayFormatInEditMode(
bool displayFormatInEditMode
)
Parameters
Name | Type |
---|---|
displayFormatInEditMode | Boolean |
Returns
Type |
---|
BootstrapTextBoxPropertiesBuilder |
Remarks
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
See Also