RichEditSettings.CalculateDocumentVariable Property
Allows custom processing to be implemented when the DOCVARIABLE field field is updated.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public CalculateDocumentVariableEventHandler CalculateDocumentVariable { get; set; }
#Property Value
Type | Description |
---|---|
Calculate |
A Calculate |
#Remarks
You can implement the method delegate to analyze DOCVARIABLE field switches and arguments, and provide custom content to insert into this field. The content can be of any supported type, and even as complex as another generated (mail merged) document.
To learn more, see the Document Variables Support demo.