IProjectBrowseViewSetSortIndicator_NameRevColumn Method |
Sets the sort indicator for the reverse-name column.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid SetSortIndicator_NameRevColumn(
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