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
Syntaxpublic string? AllowedValuesPropertyLink { get; set; }Property Value
Type:
String
RemarksTo have dynamic values in the editor, the linked property should be a type that implements INotifyCollectionChanged.
See Also