Skip to main content

CalculateDocumentVariableEventArgs.VariableName Property

Gets the name of the currently processed document variable.

Namespace: DevExpress.Blazor.RichEdit

Assembly: DevExpress.Blazor.RichEdit.v23.2.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