Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Tag Class / Description Property

In This Topic
    Description Property (Tag)
    In This Topic
    Gets or sets the description of the tag. If not empty, used as the label in the tag input dialog. (If Description is empty, NamedCollectionItem.Name is shown in the input dialog instead.)
    Syntax
    'Declaration
     
    Public Property Description As String
    public string Description {get; set;}
    See Also