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

Popular posts from this blog

model view controller - MVC Rails Planning -

ruby on rails - Devise Logout Error in RoR -

html - Submenu setup with jquery and effect 'fold' -