Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListItem Class
Members


In This Topic
    ListItem Class
    In This Topic
    Represents a selectable item in a GcListBox with UseMultipleColumn is true.
    Object Model
    ListItem Class
    Syntax
    'Declaration
     
    <DesignTimeVisibleAttribute(False)>
    <TemplatePartAttribute(Name="SubItemsPresenter", Type=GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubItemsPresenter)>
    <TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
    <ContentPropertyAttribute("SubItems")>
    <DefaultPropertyAttribute("Content")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ListItem 
       Inherits ListItemBase
    'Usage
     
    Dim instance As ListItem
    [DesignTimeVisible(false)]
    [TemplatePart(Name="SubItemsPresenter", Type=GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubItemsPresenter)]
    [TemplateVisualState(Name="Normal", GroupName="CommonStates")]
    [ContentProperty("SubItems")]
    [DefaultProperty("Content")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ListItem : ListItemBase 
    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.ContentControl
                            GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItemBase
                               GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItem

    See Also