You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
780 B
21 lines
780 B
|
|
<xctk:PropertyGrid >
|
|
<xctk:PropertyGrid.Properties>
|
|
|
|
<xctk:CustomPropertyItem DisplayName="First Name"
|
|
Value="Nancy"
|
|
Category="Name" />
|
|
|
|
<xctk:CustomPropertyItem DisplayName="Age"
|
|
Value="29"
|
|
Category="Other"
|
|
DefinitionKey="{x:Type s:Int32}" />
|
|
|
|
<xctk:CustomPropertyItem DisplayName="Picture" Category="Other">
|
|
<xctk:CustomPropertyItem.Editor>
|
|
<Image Source="/Samples/PropertyGrid/Resources/woman.png" />
|
|
</xctk:CustomPropertyItem.Editor>
|
|
</xctk:CustomPropertyItem>
|
|
|
|
</xctk:PropertyGrid.Properties>
|
|
</xctk:PropertyGrid>
|
|
|