Click or drag to resize

ApplyInitialSortingBehavior Class

A behavior to control the "ApplyInitialSorting" feature.
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.WindowsFreezable
        System.Windows.Media.AnimationAnimatable
          Behavior
            BehaviorDataGrid
              DataGridExtensions.BehaviorsApplyInitialSortingBehavior

Namespace:  DataGridExtensions.Behaviors
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public class ApplyInitialSortingBehavior : Behavior<DataGrid>

The ApplyInitialSortingBehavior type exposes the following members.

Constructors
  NameDescription
Public methodApplyInitialSortingBehavior
Initializes a new instance of the ApplyInitialSortingBehavior class
Top
See Also