Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以用来将富文本格式 (RTF) 数据绑定到 XtraGrid 控件?
对的,这是可能的。您应该将RepositoryItemRichTextEdit用作列的ColumnEdit. repositoryItem DocumentFormat应设置为RTF。我们还在我们的演示中展示了如何做到这一点。请从 XtraGrid 的主要演示中探索 RTF 编辑模块。
RepositoryItemRichTextEdit
ColumnEdit
DocumentFormat