Skip to main content

ASPxSpellChecker.CheckedElementID Property

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

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

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