Back to Devexpress

AutoCorrectInfo.CanDecrementStart Property

officefileapi-devexpress-dot-xtrarichedit-dot-autocorrectinfo-8bf1fdfa.md

latest1.5 KB
Original Source

AutoCorrectInfo.CanDecrementStart Property

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

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public bool CanDecrementStart { get; }
vb
Public ReadOnly Property CanDecrementStart As Boolean

Property Value

TypeDescription
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

DecrementStartPosition()

AutoCorrectInfo Class

AutoCorrectInfo Members

DevExpress.XtraRichEdit Namespace