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

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