Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SpellChecker.GetCanCheckText(Control) Method

Returns a value that determines whether the control can be processed by a spell checker.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v24.2.dll

NuGet Package: DevExpress.Win.SpellChecker

#Declaration

[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool GetCanCheckText(
    Control control
)

#Parameters

Name Type Description
control Control

A control for which the spell checking option is determined.

#Returns

Type Default Description
Boolean true

true if the control can be passed for spelling check; otherwise false.

See Also