RangedLayoutElementBase.Range Property
In This Article
Returns the range to which the current layout element relates.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public FixedRange Range { get; }
#Property Value
Type | Description |
---|---|
Fixed |
A Fixed |
See Also