CalculateDocumentVariableEventArgs.VariableName Property
Gets the name of the currently processed document variable.
Namespace: DevExpress.Blazor.RichEdit
Assembly: DevExpress.Blazor.RichEdit.v24.1.dll
NuGet Package: DevExpress.Blazor.RichEdit
Declaration
public string VariableName { get; }
Property Value
Type | Description |
---|---|
String | The name of the document variable. |
Remarks
The variableName property enables you to identify the document variable for which the CalculateDocumentVariable event is fired.
See Also