'Declaration <TemplatePartAttribute(Name="PART_dataGrid", Type=Xceed.Wpf.DataGrid.DataGridControl)> <StyleTypedPropertyAttribute(Property="DataGridStyle", StyleTargetType=Xceed.Wpf.DataGrid.DataGridControl)> <LocalizabilityAttribute(LocalizationCategory.ComboBox)> <DefaultEventAttribute("SelectionChanged")> <DefaultPropertyAttribute("SelectedIndex")> <ContentPropertyAttribute("Items")> <XmlLangPropertyAttribute("Language")> <UsableDuringInitializationAttribute(True)> <RuntimeNamePropertyAttribute("Name")> <UidPropertyAttribute("Uid")> <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public Class MultiColumnComboBox Inherits System.Windows.Controls.ComboBox
'Usage Dim instance As MultiColumnComboBox
[TemplatePart(Name="PART_dataGrid", Type=Xceed.Wpf.DataGrid.DataGridControl)] [StyleTypedProperty(Property="DataGridStyle", StyleTargetType=Xceed.Wpf.DataGrid.DataGridControl)] [Localizability(LocalizationCategory.ComboBox)] [DefaultEvent("SelectionChanged")] [DefaultProperty("SelectedIndex")] [ContentProperty("Items")] [XmlLangProperty("Language")] [UsableDuringInitialization(true)] [RuntimeNameProperty("Name")] [UidProperty("Uid")] [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public class MultiColumnComboBox : System.Windows.Controls.ComboBox