ASPxSpellChecker.CheckedElementID Property
Gets or sets the identifier of the web control to be checked.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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