LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUI.TreeGrid Properties

A list of properties in IntegralUI TreeGrid component.

Properties


  • allowDrag
  • Gets or sets a value indicating whether rows from TreeGrid can be dragged
  • allowDrop
  • Gets or sets a value indicating whether the TreeGrid can accept data during drag&drop
  • allowFilter
  • Gets or sets a value indicating whether filter is active
  • allowFocus
  • Gets or sets a value indicating whether keyboard focus is allowed
  • appRef
  • Holds a reference to the root application component
  • columns
  • Gets the collection of column objects that are assigned to the TreeGrid
  • controlStyle
  • Specifies an object that holds a style which determines the appearance of all parts of the TreeGrid
  • dataFields
  • Specifies data fields that match the data in local data source
  • expandColumnIndex
  • Sets the index of a column which cells will contain the expand box
  • focusedCell
  • Gets or sets the cell that has the input focus
  • gridLines
  • Determines whether horizontal and/or vertical lines are shown within the TreeGrid
  • name
  • Uniquely identifies the component
  • rowHeight
  • Specifies the height of treegrid rows, in pixels
  • rowIcon
  • A HTML element which represents a default icon shown for all rows that don't have an icon
  • rows
  • Gets the collection of tree rows that are assigned to the TreeGrid
  • selectedColumn
  • Gets or sets the currently selected column
  • selectedRow
  • Gets or sets the currently selected row
  • selectionMode
  • Gets or sets the method by which tree rows are selected in the TreeGrid
  • showFooter
  • Determines whether footer is visible or not
  • showHeader
  • Determines whether header is visible or not
  • sorting
  • Gets or sets the order by which rows are sorted
  • state
  • Provides information about the current state of the component