windowsforms-devexpress-dot-xtraeditors-dot-repository-04b08942.md
When embedded in a container’s column/cell, allows cell text to be formatted using HTML tags. No editing is supported for these cells.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class RepositoryItemHypertextLabel :
RepositoryItemButtonEdit
Public Class RepositoryItemHypertextLabel
Inherits RepositoryItemButtonEdit
The RepositoryItemHypertextLabel allows you to format static text within cells in containers (Data Grid, Tree List, etc.) using a simplified HTML syntax. HTML text formatting is enabled and text editing is disabled when using the RepositoryItemHypertextLabel.
Steps:
A standalone version of the RepositoryItemHypertextLabel object is HyperlinkLabelControl. Use this control to display static HTML text.
Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit RepositoryItemHypertextLabel
See Also