[]
        
(Showing Draft Content)

C1.Win.Command.C1TopicPage.Tag

Tag Property

Tag

Gets or sets arbitrary data that can be associated with the page.

Declaration
[C1Category("Behavior")]
[C1Description("C1TopicPage.Tag", "Gets or sets arbitrary data that can be associated with the page.")]
[TypeConverter(typeof(StringConverter))]
public object Tag { get; set; }
<C1Category("Behavior")>
<C1Description("C1TopicPage.Tag", "Gets or sets arbitrary data that can be associated with the page.")>
<TypeConverter(GetType(StringConverter))>
Public Property Tag As Object