Click or drag to resize

PropertyKeyBaseGetPropertyName Method

Gets the name of the property.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string? GetPropertyName(
	string propertyKeyString
)

Parameters

propertyKeyString  String
The property key as string value.

Return Value

String
The name of the property
See Also