AutoCorrectInfo.CanDecrementStart Property
Gets whether the text range can be extended by moving its start.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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