Skip to main content

DocumentVariableCollection.Count Property

Gets the number of variables in the document.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v25.1.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