ASPxRichEditAutoCorrectReplaceInfoCollection Class
A collection of ASPxRichEditAutoCorrectReplaceInfo objects.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
public class ASPxRichEditAutoCorrectReplaceInfoCollection :
Collection<ASPxRichEditAutoCorrectReplaceInfo>
Related API Members
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.