Back to Devexpress

CalculateDocumentVariableEventArgs.VariableName Property

blazor-devexpress-dot-blazor-dot-richedit-dot-calculatedocumentvariableeventargs.md

latest1.1 KB
Original Source

CalculateDocumentVariableEventArgs.VariableName Property

Gets the name of the currently processed document variable.

Namespace : DevExpress.Blazor.RichEdit

Assembly : DevExpress.Blazor.RichEdit.v25.2.dll

NuGet Package : DevExpress.Blazor.RichEdit

Declaration

csharp
public string VariableName { get; }

Property Value

TypeDescription
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

CalculateDocumentVariableEventArgs Class

CalculateDocumentVariableEventArgs Members

DevExpress.Blazor.RichEdit Namespace