Skip to content

What's the correct syntax for third-party control design-time property assign? #5766

@GF-Huang

Description

@GF-Huang
<UserControl ...
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
             mc:Ignorable="d"
             xmlns:hc="xxx">
  <hc:TagContainer>
    <d:hc:TagContainer.Items>  // syntax errors
      <hc:Tag />
      <hc:Tag />
      <hc:Tag />
    </d:hc:TagContainer.Items>
  </hc:TagContainer>
</UserControl>

Where hc:TagContainer:

image

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions