ContentControlBase.Range Property
In This Article
Obtains a range where the content control is located.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
DocumentRange Range { get; }
#Property Value
Type | Description |
---|---|
Document |
The document range that the content control occupies. |
See Also