Skip to main content

SpellCheckerSettings.ClientSideEvents Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public SpellCheckerClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
SpellCheckerClientSideEvents

An MVCxDocumentViewerClientSideEvents object.

See Also