Click or drag to resize

ITreeListOptionsBehavior Interface

Tree list options behavior

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

The ITreeListOptionsBehavior type exposes the following members.

Properties
  NameDescription
Public propertyAutoNodeHeight
Gets or sets whether the height of each node is automatically adjusted to completely display the contents of its cells
Public propertyDisplayZerosAsEmpty
Gets or Sets whether to draw zeros as empty strings
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also