Skip to main content

ASPxSpellCheckerBaseSettings(IPropertiesOwner) Constructor

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

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

public ASPxSpellCheckerBaseSettings(
    IPropertiesOwner owner
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

See Also