Click or drag to resize

PropertyKeyBasePropertyName Property

Gets the name of the property. The name can contain backslashes, which are used in the Gui system to group the items by category.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string PropertyName { get; }

Property Value

String
The name of the property.
See Also