
Hi,
How can I realize a logic presented in Notify Parent Property sample through XAML?:
any like next
How can I realize a logic presented in Notify Parent Property sample through XAML?:
any like next
<propgrid:PropertyGridCategoryItem DisplayName="Position" >
<propgrid:PropertyGridPropertyItem ValueName = "Cell" >
<propgrid:PropertyGridPropertyItem ValueName = "Row" Value="0" />
<propgrid:PropertyGridPropertyItem ValueName = "Column" Value="0" />
</propgrid:PropertyGridPropertyItem>
</propgrid:PropertyGridCategoryItem>