FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / DetailRow Class / Tag Property

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