A2v10 Platform documentation
UK


TreeViewItem Control

Represents one element of the TreeView hierarchical list (tree).

Note that the item is used to work with hierarchical data sources.

Inherits: UIElement : UIElementBase

Content property: Label

Properties

Name Type Description
ItemsSource Array Always a binding (Bind). Data source for receiving children.
Label String Content property. Item text.
Icon Icon The icon to be displayed in front of the content. If the icon is not defined, the icon defined in the properties IconFolder (for a folder) or IconItem (for an item) of the parent TreeView item will be displayed..
IsFolder Boolean? Always a binding. Whether the item is a folder. Used to work with dynamically filled trees.
IsGroup Boolean? Always a binding. Whether the item is a group. Used to work with dynamically filled trees.
Base item properties