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