Skip to main content

DocumentVariableCollection.Count Property

Gets the number of variables in the document.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public int Count { get; }

Property Value

Type Description
Int32

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

See Also