Back to Devexpress

HtmlContentPopup.Tag Property

windowsforms-devexpress-dot-xtraeditors-dot-htmlcontentpopup-8e992d6c.md

latest1.1 KB
Original Source

HtmlContentPopup.Tag Property

Gets or sets an object that stores custom data.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Data")]
public object Tag { get; set; }
vb
<DXCategory("Data")>
<DefaultValue(Nothing)>
Public Property Tag As Object

Property Value

TypeDefaultDescription
Objectnull

An object that stores custom data.

|

See Also

HtmlContentPopup Class

HtmlContentPopup Members

DevExpress.XtraEditors Namespace