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

SpellCheckerSettings.ClientSideEvents Property

Provides access to the client-side events specific to the SpellCheckerSettings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public SpellCheckerClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
SpellCheckerClientSideEvents

An MVCxDocumentViewerClientSideEvents object.

See Also