ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Filters Namespace / DataGridFilterList Class / CurrentItem Property

In This Topic
    CurrentItem Property
    In This Topic
    Gets or sets the current filter.
    Syntax
    'Declaration
     
    
    Public Property CurrentItem As IDataGridFilterUnity
    public IDataGridFilterUnity CurrentItem {get; set;}
    See Also