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


In This Topic
    ListTemplateColumn Class
    In This Topic
    Represents a GcListBox column that hosts template-specified content in its SubItems.
    Object Model
    ListTemplateColumn 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 ListTemplateColumn 
       Inherits ListColumn
    'Usage
     
    Dim instance As ListTemplateColumn
    [StyleTypedProperty(Property="HeaderStyle", StyleTargetType=GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListHeader)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public sealed class ListTemplateColumn : ListColumn 
    Inheritance Hierarchy

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

    See Also