SfDataGridBehaviorEnableSortVirtualization Property

Gets or sets a value that indicates whether sort 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 EnableSortVirtualization { get; set; }

Property Value

Boolean

Remarks

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

See Also