'Declaration <DescriptionAttribute("The format with which the selected item is displayed in the ComboBoxViewer.")> <CategoryAttribute("Appearance")> <AmbientValueAttribute("")> Public Property DisplayFormat As String
'Usage Dim instance As ComboBoxViewer Dim value As String instance.DisplayFormat = value value = instance.DisplayFormat
[Description("The format with which the selected item is displayed in the ComboBoxViewer.")] [Category("Appearance")] [AmbientValue("")] public string DisplayFormat {get; set;}