DataGrid Filter viewmodel for filter view (column header filter icon)

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public interface IDataGridFilter : INotifyPropertyChanged, 
	IDisposable
Visual Basic
Public Interface IDataGridFilter _
	Inherits INotifyPropertyChanged, IDisposable
JScript
public interface IDataGridFilter extends INotifyPropertyChanged, IDisposable

See Also