Property | Type | Description | |
---|---|---|---|
OnAfterCheckFilter | Func | ||
OnBeforeCheckFilter | bool>.Func |
Property | Type | Description | |
---|---|---|---|
_cvs | |||
_dg | System.Windows.Controls.DataGrid | ||
_filterPropertyList | IList |
||
_keyUpEvent | KeyEventHandler | ||
_txtCache | |||
_txtSearchPanel | System.Windows.Controls.Panel |
Method | Description | |
---|---|---|
AssignSource ( |
||
ClearCache ( ) : void | ||
FilteredGridManagerBase ( System.Windows.Controls.DataGrid dg, System.Windows.Controls.Panel txtSearchPanel, KeyEventHandler keyUpEvent ) : System | ||
GetCollectionView ( ) : ICollectionView | ||
ResetSearchTextBox ( ) : void |
Method | Description | |
---|---|---|
OnDispose ( ) : void | ||
getItemValue ( object item, string prop ) : object | ||
getTextBoxName ( string prop ) : string | ||
itemCheckFilter ( object item ) : bool |
public AssignSource ( |
||
sourceBind | ||
return | void |
public FilteredGridManagerBase ( System.Windows.Controls.DataGrid dg, System.Windows.Controls.Panel txtSearchPanel, KeyEventHandler keyUpEvent ) : System | ||
dg | System.Windows.Controls.DataGrid | |
txtSearchPanel | System.Windows.Controls.Panel | |
keyUpEvent | KeyEventHandler | |
return | System |
public GetCollectionView ( ) : ICollectionView | ||
return | ICollectionView |
protected getItemValue ( object item, string prop ) : object | ||
item | object | |
prop | string | |
return | object |
protected getTextBoxName ( string prop ) : string | ||
prop | string | |
return | string |
protected itemCheckFilter ( object item ) : bool | ||
item | object | |
return | bool |
protected CollectionViewSource,System.Windows.Data _cvs | ||
return |
protected DataGrid,System.Windows.Controls _dg | ||
return | System.Windows.Controls.DataGrid |
protected Hashtable,System.Collections _txtCache | ||
return |