TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNode Class / Images Property

In This Topic
    Images Property (C1TreeNode)
    In This Topic
    Gets the collection of images indices which displayed in node.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <C1DescriptionAttribute("C1TreeNode.Images", "Gets the collection of images indices which displayed in node.")>
    Public ReadOnly Property Images As ObservableCollection(Of Integer)
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [C1Description("C1TreeNode.Images", "Gets the collection of images indices which displayed in node.")]
    public ObservableCollection<int> Images {get;}
    See Also