Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterColumnDefinitionCollection Class / InnerList Property


In This Topic
    InnerList Property
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Shadows Property InnerList As ArrayList
    'Usage
     
    
    Dim instance As FilterColumnDefinitionCollection
    Dim value As ArrayList
     
    instance.InnerList = value
     
    value = instance.InnerList
    protected new ArrayList InnerList {get; set;}
    See Also