Click or drag to resize

ITreeListNode Interface

Tree list node

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 ITreeListNode : IDisposable, 
	IEquatable<IProxy>

The ITreeListNode type exposes the following members.

Properties
  NameDescription
Public propertyFocused
Gets whether the node is currently focused
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetDisplayText
Returns the text representation of a specific column value
Public methodGetValue
Returns the value for a specific column
Public methodSetValue
Sets the value for a specific column
Top
See Also