Click or drag to resize

IProjectBrowseViewSetSortIndicator_ChangeDateColumn Method

Sets the sort indicator for the change date column.

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetSortIndicator_ChangeDateColumn(
	bool isSorted,
	bool isDescendingSort,
	bool isSecondaryAdorner
)

Parameters

isSorted  Boolean
if the column is part of the current sort order.
isDescendingSort  Boolean
if the column is sorted in descending order.
isSecondaryAdorner  Boolean
if the column should show the secondary sort adorner.
See Also