SfDataGridBehaviorEnableSortVirtualization Property
Gets or sets a value that indicates whether sort virtualization is enabled.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public bool EnableSortVirtualization { get; set; }
Public Property EnableSortVirtualization As Boolean
Get
Set
Property Value
Boolean
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.