Skip to main content
A newer version of this page is available. .

RepositoryItemCheckedComboBoxEdit.AllowHtmlDraw Property

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.v19.2.dll

Declaration

public override DefaultBoolean AllowHtmlDraw { get; set; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean value that specifies whether HTML tags can be used to format the text of the control’s items.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

If the AllowHtmlDraw property is set to True, you can use HTML tags to format the text of the control’s items. The control’s items are accessible via the RepositoryItemCheckedComboBoxEdit.Items collection.

For detailed information, see HTML Text Formatting.

See Also