Skip to main content
A newer version of this page is available. .

DocumentElementBase.Position Property

Gets the position of a document element within a document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

public int Position { get; }

Property Value

Type Description
Int32

A Int32 object that is the element’s position.

Implements

See Also