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


In This Topic
    ListSubItemColumn Class
    In This Topic
    Represents a GcListBox column that hosts user customized SubItem.
    Object Model
    ListSubItemColumn Class
    Syntax
    'Declaration
     
    <StyleTypedPropertyAttribute(Property="HeaderStyle", StyleTargetType=GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListHeader)>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public NotInheritable Class ListSubItemColumn 
       Inherits ListColumn
    'Usage
     
    Dim instance As ListSubItemColumn
    [StyleTypedProperty(Property="HeaderStyle", StyleTargetType=GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListHeader)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public sealed class ListSubItemColumn : ListColumn 
    Remarks
    ListSubItemColumn is mainly used for user to customize GcListbox.Items with specific ListItem and SubItem.
    If the ListSubItemColumn is used to present other data which isn't SubItem. GcListBox will create a SubItem whose System.Windows.Controls.ContentControl.Content is the specific data to present.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListColumn
                GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListSubItemColumn

    See Also