Click or drag to resize

IProjectBrowseViewSetSortIndicator_NameColumn Method

Sets the sort indicator for the name column.

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetSortIndicator_NameColumn(
	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