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

ApplySort() public method

Does nothing.
public ApplySort ( PropertyDescriptor property, System direction ) : void
property System.ComponentModel.PropertyDescriptor
direction System
return void
        public void ApplySort(PropertyDescriptor property, System.ComponentModel.ListSortDirection direction)
        {
        }