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

BeforeCheckEventArgs.EditControl Property

Provides access to the control that contains text whose spelling will be checked.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public object EditControl { get; }

Property Value

Type Description
Object

A Object, representing the control being checked.

See Also