SfDataGridBehaviorSetVirtualizedFilters Method
Sets the value of the attached VirtualizedFilters property.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public static void SetVirtualizedFilters(
DependencyObject sfDataGrid,
Dictionary<string, List<FilterPredicate>> value
)
Public Shared Sub SetVirtualizedFilters (
sfDataGrid As DependencyObject,
value As Dictionary(Of String, List(Of FilterPredicate))
)
Parameters
- sfDataGrid DependencyObject
- The SfDataGrid to which the property value is set.
- value DictionaryString, ListFilterPredicate
- Value to set.