AnimatGuiCtrls.Controls.ArrayDataView.ApplySort C# (CSharp) Method

ApplySort() public method

public ApplySort ( PropertyDescriptor property, System direction ) : void
property System.ComponentModel.PropertyDescriptor
direction System
return void
        public void ApplySort(PropertyDescriptor property, System.ComponentModel.ListSortDirection direction)
        {
            // TODO:  Add ArrayDataView.ApplySort implementation
        }