Skip to content

PropertyItem.EditorAddons property

Gets or sets the editor addons that should be attached to the editor while it is being created.

public List<EditorAddonItem>? EditorAddons { get; set; }

Property Value

The editor addons.

See Also