Click or drag to resize

PropertyCategory(String) Constructor

Initializes a new instance of the PropertyCategory class.

Namespace: Altaxo.Main.Services.PropertyReflection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PropertyCategory(
	string categoryName
)

Parameters

categoryName  String
The category name.
See Also