'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;}