ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewerPanel Class / GeneratorForPanel Property



In This Topic
    GeneratorForPanel Property
    In This Topic
    Gets the items container generator for this panel.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property GeneratorForPanel As ItemContainerGenerator
    'Usage
     
    
    Dim instance As C1ListViewerPanel
    Dim value As ItemContainerGenerator
     
    value = instance.GeneratorForPanel
    protected ItemContainerGenerator GeneratorForPanel {get;}
    protected:
    property ItemContainerGenerator^ GeneratorForPanel {
       ItemContainerGenerator^ get();
    }
    See Also