Skip to main content

ASPxSpellChecker.GetCheckedTextContainerStyle() Method

Returns an object containing style settings of the control which holds the text being checked in the spelling form.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

public CheckedTextContainerStyle GetCheckedTextContainerStyle()

Returns

Type Description
CheckedTextContainerStyle

A DevExpress.Web.ASPxSpellChecker.CheckedTextContainerStyle object containing style settings.

See Also