CustomHyphenationDictionary(String, CultureInfo) Constructor
Initializes a new CustomHyphenationDictionary instance with the specified settings.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
patternFileName | String | A name of the file with hyphenation patterns. |
cultureInfo | CultureInfo | A dictionary’s culture information. |
See Also