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

AfterCheckWordEventArgs.EditControl Property

Gets the control being checked.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v20.1.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public object EditControl { get; }

Property Value

Type Description
Object

An object representing a control being checked.

See Also