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.
23 lines
912 B
23 lines
912 B
|
|
<xctk:PropertyGrid>
|
|
<xctk:PropertyGrid.EditorDefinitions>
|
|
|
|
<xctk:EditorComboBoxDefinition TargetProperties="..."
|
|
ItemsSource="{StaticResource comboSource}"
|
|
SelectedItemBinding="{Binding Value}" />
|
|
|
|
<xctk:EditorTextDefinition TargetProperties="..."
|
|
FontStyle="Italic"
|
|
FontWeight="Bold"
|
|
EditingElementStyle="{StaticResource textBoxStyle}" />
|
|
|
|
<xctk:EditorDateTimeUpDownDefinition TargetProperties="..."
|
|
Format="Custom"
|
|
FormatString="yyyy-MM" />
|
|
|
|
<xctk:EditorCheckBoxDefinition TargetProperties="..."
|
|
IsThreeState="True" />
|
|
|
|
</xctk:PropertyGrid.EditorDefinitions>
|
|
</xctk:PropertyGrid>
|
|
|
|
|