Click or drag to resize

PropertyGridControllerGroupValueInfosByCategory Method

Sorts the ValueInfos by its category. Here, the order of the items is preserved, thus the categories are not sorted alphabetically, but grouped according to its first occurence.

Namespace: Altaxo.Gui.Common.PropertyGrid
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void GroupValueInfosByCategory()
See Also