Table of Contents

Method OnDateModifiedColumnClick

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.