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

IAutoCorrectService Methods

Defines a service that performs auto correction.
Name Description
ApplyAutoCorrectInfo(AutoCorrectInfo) Performs a specified replacement.
CalculateAutoCorrectInfo() Consistently calls the corresponding methods of registered AutoCorrect providers to create an AutoCorrectInfo object.
RegisterProvider(IAutoCorrectProvider) Registers the provider and makes it available to clients of the service.
SetReplaceTable(AutoCorrectReplaceInfoCollection) Provides a table containing input strings and their replacements.
UnregisterProvider(IAutoCorrectProvider) Cancels the provider registration and makes it unavailable for the clients of the service.
See Also