BootstrapComboBoxPropertiesBuilder.DisplayFormatInEditMode(Boolean) Method
In This Article
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 BootstrapComboBoxPropertiesBuilder DisplayFormatInEditMode(
bool displayFormatInEditMode
)
#Parameters
Name | Type |
---|---|
display |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also