Skip to main content

FunctionInfo.CaretOffset Property

Specifies the caret position after adding a function to an expression.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public int CaretOffset { get; set; }

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.

expression-editor-api-caret-offset

See Also