Click or drag to resize

MultiSelectEditorAttributeTAllowedValuesPropertyLink Property

The property that contains the collection of values to select from.

Namespace:  Demo3D.Gui.AspectViewer.Editors
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public string? AllowedValuesPropertyLink { get; set; }

Property Value

Type: String
Remarks
To have dynamic values in the editor, the linked property should be a type that implements INotifyCollectionChanged.
See Also