In This Topic
Represents a selectable item in a
GcListBox with
UseMultipleColumn is
true.
Object Model
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
See Also