Back to Devexpress

ASPxSpellChecker.CheckedElementID Property

aspnet-devexpress-dot-web-dot-aspxspellchecker-dot-aspxspellchecker-37a557d8.md

latest1.4 KB
Original Source

ASPxSpellChecker.CheckedElementID Property

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

Namespace : DevExpress.Web.ASPxSpellChecker

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string CheckedElementID { get; set; }
vb
<DefaultValue("")>
Public Property CheckedElementID As String

Property Value

TypeDefaultDescription
StringString.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

ASPxSpellChecker Class

ASPxSpellChecker Members

DevExpress.Web.ASPxSpellChecker Namespace