c# - How to display html text in DevExpress.XtraEditors.RichTextEdit? -
c# - How to display html text in DevExpress.XtraEditors.RichTextEdit? -
i having devexpress.xtraeditors.richtextedit command in want display html text readable text. show html text html tag.
how display html text in devexpress.xtraeditors.richtextedit?
i suggest utilize repositoryitemrichtextedit.documentformat property in next manner:
richtextedit.properties.documentformat = devexpress.xtrarichedit.documentformat.html; richtextedit.text = htmlstring; c# devexpress richtextbox xtraeditors
Comments
Post a Comment