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

SpellCheckerStyles.CheckedTextContainer Property

Provides access to the appearance style object for the Checked Text Container style.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public CheckedTextContainerStyle CheckedTextContainer { get; }

Property Value

Type Description
DevExpress.Web.ASPxSpellChecker.CheckedTextContainerStyle

A DevExpress.Web.ASPxSpellChecker.CheckedTextContainerStyle object, containing apperance settings for the Checked Text Container style.

Remarks

Use the CheckedTextContainer property to specify the appearance for the Checked Text Container style.

See Also