admin管理员组

文章数量:1290429

Is it possible to add a Visibility attribute to the telerik:PropertyDefinition tag?

<telerik:PropertyDefinition
Visibility="{Binding SelectedItem, Converter={x:Static converters:ObjectExistsVisibilityConverter.Instance}}">
...
</telerik:PropertyDefinition>

When I open my UserControl, I still see that property even if 'SelectedItem' is null. I want it collapsed

SelectedItem is a property in the ViewModel

本文标签: wpftelerikPropertyDefinition Visibility not workingStack Overflow