Skip to main content

ASPxSpellChecker.StylesButton Property

Provides access to an object which specifies the appearance of buttons on the spelling form.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

public SpellCheckerButtonStyles StylesButton { get; }

Property Value

Type Description
SpellCheckerButtonStyles

A SpellCheckerButtonStyles object, containing the button style settings.

See Also