LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUI.TreeView Properties

A list of properties in IntegralUI TreeView directive.

Properties


  • allowDrag
  • Gets or sets a value indicating whether items from TreeView can be dragged
  • allowDrop
  • Gets or sets a value indicating whether the TreeView can accept data during drag&drop
  • allowFocus
  • Determines whether items in the TreeView directive can accept the input focus
  • autoCheck
  • Determines whether the value of the item's checkbox is changed by clicking on item's text
  • autoExpand
  • Determines whether during drag drop operation, the item will expand whenever a dragged item is carried over item's space
  • autoSize
  • Determines whether tree height is based on how many items are visible
  • checkboxSettings
  • Specifies an object that contains all property settings for the item's checkbox
  • controlStyle
  • Specifies an object that contains all style settings for the TreeView directive
  • dataFields
  • Specifies data fields that match the data in local data source
  • editorSettings
  • Specifies an object that contains all property settings for the editors used in the TreeView directive
  • enabled
  • Determines whether TreeView directive is enabled or disabled
  • events
  • Specifies an object that holds all event handlers in the TreeView
  • hoverSelection
  • Determines whether an item can be selected while mouse cursor hovers over its space
  • indent
  • Gets or sets the distance to indent each of the child tree items levels
  • itemIcon
  • A HTML element which represents a default icon shown for all items that don't have an icon
  • items
  • Gets the collection of tree items that are assigned to the TreeView
  • labelEdit
  • Gets or sets a value indicating whether the text of the tree items can be edited
  • mouseWheelSpeed
  • Specifies the scrolling speed when mouse wheel is used in the TreeView
  • name
  • Gets or sets the name of the TreeView
  • options
  • Specifies an object that holds all options available in the TreeView
  • pathSeparator
  • Gets or sets the delimiter string that the tree item path uses
  • rtl
  • Determines whether left-to-right or right-to-left layout is active
  • selectionMode
  • Gets or sets the method by which tree items are selected in the TreeView
  • showCheckBoxes
  • Determines whether a checkbox is shown before item's text
  • showExpandBoxes
  • Determines whether expand boxes are visible or not
  • showIcons
  • Determines whether icons are visible or not
  • showLines
  • Determines whether tree lines are visible or not
  • showStatusIcons
  • Determines whether status icons are visible or not
  • sorting
  • Gets or sets the sort order which items are sorted
  • templateSettings
  • An object that specifies how template is used by the TreeView