FunctionInfo.CaretOffset Property
Specifies the caret position after adding a function to an expression.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
| Type | Description |
|---|---|
| Int32 | An integer value, specifying the number of symbols to the right of the caret position until the end of the function body. |
Remarks
On the following image, the CaretOffset property equals 3, corresponding to the number of symbols to the right from the caret position.

See Also