SfDataGridBehaviorSetVirtualizedSortColumns Method

Sets the value of the attached VirtualizedSortColumns property.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public static void SetVirtualizedSortColumns(
	DependencyObject sfDataGrid,
	List<SortColumnDescription> value
)

Parameters

sfDataGrid  DependencyObject
The SfDataGrid to which the property value is set.
value  ListSortColumnDescription
Value to set.

See Also