Skip to main content

SyntaxHighlightToken.Length Property

Gets the length of the document range that the token represents.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v24.1.Core.dll

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

Declaration

public int Length { get; set; }

Property Value

Type Description
Int32

An integer that is the document range length.

See Also