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


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

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

    See Also