FieldsSettingsBuilder.UpdateFieldsBeforePrint(Boolean) Method
In This Article
Sets whether the control updates fields’ values before print.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.2.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
#Declaration
C#
public FieldsSettingsBuilder UpdateFieldsBeforePrint(
bool value
)
#Parameters
Name | Type | Description |
---|---|---|
value | Boolean | true, to update the values of fields; otherwise, false. |
#Returns
Type | Description |
---|---|
Fields |
An object that can be used to further configure the fields settings. |
See Also