Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentVariableCollection.Count Property

Gets the number of variables in the document.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer that is the number of document variables in the collection.

See Also