SfDataGridBehaviorEnableFilterVirtualization Property

Gets or sets a value that indicates whether filter virtualization is enabled.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public bool EnableFilterVirtualization { get; set; }

Property Value

Boolean

Remarks

When filter virtualization is enabled, data filtering in the view is overridden so that filters can be managed or applied programmatically. Use the VirtualizedDataViewChanged event to receive notifications when filter expressions change.

See Also