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

ASPxSpellChecker.CheckedElementID Property

Gets or sets the identifier of the web control to be checked.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v18.2.dll

Declaration

[DefaultValue("")]
public string CheckedElementID { get; set; }

Property Value

Type Default Description
String String.Empty

A string that identifies the element on a page.

Remarks

Use this property in client-side scripting with the ASPxClientSpellChecker.CheckElementById method.

See Also