Skip to main content

SpellCheckerCommand.Start Property

Gets or sets the position at which the text segment starts.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public Position Start { get; set; }

Property Value

Type Description
DevExpress.XtraSpellChecker.Parser.Position

A DevExpress.XtraSpellChecker.Parser.Position object, representing the location of the text segment’s beginning.

Remarks

The Start property specifies the location where the text segment, handled by the SpellCheckerCommand, begins.

See Also