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

SpellCheckerCommand.Start Property

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

Namespace: DevExpress.XtraSpellChecker

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

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