AutoCorrectSettingsBuilder Methods
A builder for AutoCorrect settings| Name | Description |
|---|---|
| CorrectTwoInitialCapitals(Boolean) | Sets whether the control should change the second letter to lowercase when a word starts with two capital letters. |
| DetectUrls(Boolean) | Sets whether the control should detect URL strings and format them as hyperlinks. |
| EnableAutomaticNumbering(Boolean) | Sets whether the control should automatically create numbered or bulleted lists when certain symbols are typed. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ReplaceInfoCollectionSettings(Action<ReplaceInfoCollectionSettingsBuilder>) | Provides access to options specific to the collection of ASPxRichEditAutoCorrectReplaceInfo items. |
| ReplaceTextAsYouType(Boolean) | Sets whether the control should replace the typed text if it matches to one of the replacement collection’s items. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also