Skip to main content

ASPxSpellCheckerTextSettings(IPropertiesOwner) Constructor

Initializes a new instance of the ASPxSpellCheckerTextSettings class with the specified owner.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

public ASPxSpellCheckerTextSettings(
    IPropertiesOwner owner
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

See Also