Back to Devexpress

BaseRepositoryItemCheckEdit.AllowHtmlString Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-baserepositoryitemcheckedit-23acdda0.md

latest1.8 KB
Original Source

BaseRepositoryItemCheckEdit.AllowHtmlString Property

OBSOLETE

Use the AllowHtmlDraw property instead.

Gets or sets whether HTML tags can be used to format the text of the control’s items.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the AllowHtmlDraw property instead.")]
public bool AllowHtmlString { get; set; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
<Obsolete("Use the AllowHtmlDraw property instead.")>
Public Property AllowHtmlString As Boolean

Property Value

TypeDescription
Boolean

true if HTML formatting is allowed; otherwise, false.

|

Remarks

This property is obsolete. Use the RepositoryItemCheckedComboBoxEdit.AllowHtmlDraw property instead.

See Also

BaseRepositoryItemCheckEdit Class

BaseRepositoryItemCheckEdit Members

DevExpress.XtraEditors.Repository Namespace