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

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