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


In This Topic
    ListColumn Class
    In This Topic
    Represents a column used in Columns.
    Object Model
    ListColumn Class
    Syntax
    'Declaration
     
    <StyleTypedPropertyAttribute(Property="HeaderStyle", StyleTargetType=GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListHeader)>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public MustInherit Class ListColumn 
       Inherits System.Windows.DependencyObject
    'Usage
     
    Dim instance As ListColumn
    [StyleTypedProperty(Property="HeaderStyle", StyleTargetType=GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListHeader)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public abstract class ListColumn : System.Windows.DependencyObject 
    Inheritance Hierarchy
    See Also