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

AutoCorrectInfo.CanDecrementStart Property

Gets whether the text range can be extended by moving its start.

Namespace: DevExpress.XtraRichEdit

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

Declaration

public bool CanDecrementStart { get; }

Property Value

Type Description
Boolean

true if you can decrement the start position of a text range being analyzed; otherwise, false.

Remarks

Use the CanDecrementStart method to check whether you can use the AutoCorrectInfo.DecrementStartPosition method to extend a text range being analyzed.

See Also