PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / MemberAttribute Class / Tag Property

In This Topic
    Tag Property (MemberAttribute)
    In This Topic
    Gets or sets an arbitrary object value that can be used to store custom information about this member.
    Syntax
    'Declaration
     
    
    Public Property Tag As Object
    public object Tag {get; set;}
    See Also