A newer version of this page is available.
Switch to the current version.
SpellChecker.LookAndFeel Property
Provides access to the settings which control the SpellChecker look and feel appearance.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v18.2.dll
Declaration
public virtual UserLookAndFeel LookAndFeel { get; }
Public Overridable ReadOnly Property LookAndFeel As UserLookAndFeel
Property Value
Type | Description |
---|---|
UserLookAndFeel | A UserLookAndFeel object whose properties specify the SpellChecker control's look and feel. |
Remarks
To learn more about Look and Feel technology, see the Look And Feel and Skinning document.
Implements
DevExpress.LookAndFeel.ISupportLookAndFeel.LookAndFeel
See Also
Feedback