ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1MultiSelect Class
Members

In This Topic
    C1MultiSelect Class
    In This Topic
    A C1TagEditor as base editor with C1.WPF.ListView.C1ListView as drop-down.
    Object Model
    C1MultiSelect Class
    Syntax
    'Declaration
     
    
    <C1ControlAttribute()>
    <C1TemplatePartAttribute(Name="Editor", Type=C1.WPF.Input.C1TagEditor)>
    <C1VisualStateAttribute(Name="ShowHeaderFormat", 
       GroupName="HeaderFormat", 
       Condition="IsHeaderFormatVisible")>
    <StyleTypedPropertyAttribute(Property="CaptionStyle", StyleTargetType=C1.WPF.Core.C1CheckBox)>
    <TemplatePartAttribute(Name="Editor", Type=C1.WPF.Input.C1TagEditor)>
    <TemplateVisualStateAttribute(Name="ShowHeaderFormat", GroupName="HeaderFormatStates")>
    <DefaultEventAttribute("OnItemsChanged")>
    <DefaultPropertyAttribute("Items")>
    <ContentPropertyAttribute("Items")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1MultiSelect 
       Inherits C1.WPF.Core.C1ItemsControl
    [C1Control()]
    [C1TemplatePart(Name="Editor", Type=C1.WPF.Input.C1TagEditor)]
    [C1VisualState(Name="ShowHeaderFormat", 
       GroupName="HeaderFormat", 
       Condition="IsHeaderFormatVisible")]
    [StyleTypedProperty(Property="CaptionStyle", StyleTargetType=C1.WPF.Core.C1CheckBox)]
    [TemplatePart(Name="Editor", Type=C1.WPF.Input.C1TagEditor)]
    [TemplateVisualState(Name="ShowHeaderFormat", GroupName="HeaderFormatStates")]
    [DefaultEvent("OnItemsChanged")]
    [DefaultProperty("Items")]
    [ContentProperty("Items")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1MultiSelect : C1.WPF.Core.C1ItemsControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ItemsControl
                            C1.WPF.Core.C1ItemsControl
                               C1.WPF.Input.C1MultiSelect

    See Also