Skip to main content

SpellCheckerStyles.CheckedTextContainer Property

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

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

public CheckedTextContainerStyle CheckedTextContainer { get; }

Property Value

Type Description
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