Skip to main content
A newer version of this page is available. .

ASPxRichEditAutoCorrectReplaceInfoCollection Class

A collection of ASPxRichEditAutoCorrectReplaceInfo objects.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v19.1.dll

Declaration

public class ASPxRichEditAutoCorrectReplaceInfoCollection :
    Collection<ASPxRichEditAutoCorrectReplaceInfo>

The following members return ASPxRichEditAutoCorrectReplaceInfoCollection objects:

Remarks

The ASPxRichEditAutoCorrectReplaceInfoCollection collection contains ASPxRichEditAutoCorrectReplaceInfo objects. Each object is composed of the key accessible by the ASPxRichEditAutoCorrectReplaceInfo.What property and the value accessible by the ASPxRichEditAutoCorrectReplaceInfo.With property. A search for the key in the collection can be case-sensitive or not - use the ASPxRichEditAutoCorrectReplaceInfoCollectionSettings.CaseSensitive property to set the desired option.

Inheritance

See Also