ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridTextColumn Class / Tag Property

In This Topic
    Tag Property (DataGridTextColumn)
    In This Topic
    Gets or sets the tag.
    Syntax
    'Declaration
     
    
    Public Property Tag As Object
    public object Tag {get; set;}
    See Also