Skip to main content

AutoCorrectInfo.CanDecrementStart Property

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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