Click or drag to resize

ITreeList Interface

Tree list

Namespace:  EBP.Api.Interfaces.Controls.TreeList
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface ITreeList : IControl, 
	IDisposable, IEquatable<IProxy>

The ITreeList type exposes the following members.

Properties
  NameDescription
Public propertyControl
Gets the control.
(Inherited from IControl.)
Public propertyFocusedColumn
Gets the focused column
Public propertyFocusedNode
Gets the focused node
Public propertyOptionsBehavior
Gets the options behavior
Public propertyOptionsSelection
Gets the options selection
Public propertyOptionsView
Gets the options view
Public propertySelection
Gets the collection of selected nodes
Top
Methods
  NameDescription
Public methodAddToolbarAction
Add an action in the tree list toolbar
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetEntityByNode
Gets an entity from a tree list node
Top
Events
  NameDescription
Public eventCustomDrawNodeCell
Provides the ability to perform custom painting of node cells
Public eventViewLoaded
Occurs when a view has been loaded
Top
See Also