Method OnDateModifiedColumnClick
OnDateModifiedColumnClick()
Handles a click event on the Date Modified column header and initiates sorting of the items by the date modified value.
public virtual void OnDateModifiedColumnClick()
Remarks
Each invocation toggles the sort direction between ascending and descending order for the Date Modified column. Override this method to customize the sorting behavior when the Date Modified column is clicked.