Skip to main content

BootstrapButtonEditPropertiesBuilder.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 BootstrapButtonEditPropertiesBuilder DisplayFormatInEditMode(
    bool displayFormatInEditMode
)

Parameters

Name Type
displayFormatInEditMode Boolean

Returns

Type
BootstrapButtonEditPropertiesBuilder

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