CharacterProperties Interface
In This Article
Provides access to character properties.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returned By
Methods that return CharacterProperties instances:
#Remarks
The CharacterProperties interface allows you to get/set character formatting. Use the SubDocument.BeginUpdateCharacters method to obtain the object exposing the CharacterProperties interface. Note that the BeginUpdateCharacters method should be accompanied with the corresponding EndUpdateCharacters method, and use of the SubDocument.EndUpdateCharacters is mandatory.
See Also