Click or drag to resize

PropertyGridControllerValueInfos Property

Gets the editable value descriptors.

Namespace: Altaxo.Gui.Common.PropertyGrid
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ObservableCollection<PropertyGridControllerValueInfo> ValueInfos { get; }

Property Value

ObservableCollectionPropertyGridControllerValueInfo
See Also