BootstrapGridViewBehaviorSettingsBuilder.EncodeErrorHtml(Boolean) Method
In This Article
Sets whether the control keeps its error row content that is HTML as HTML, or instead, strips out the HTML markers.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapGridViewBehaviorSettingsBuilder EncodeErrorHtml(
bool encodeErrorHtml
)
#Parameters
Name | Type |
---|---|
encode |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also