Click or drag to resize

ITreeListOptionsView Interface

Tree list options view

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

The ITreeListOptionsView type exposes the following members.

Properties
  NameDescription
Public propertyAutoWidth
Gets or sets whether the widths of column is automatically adjusted so that the total width of all the columns matches the Tree List's width.
Public propertyShowColumns
Gets or sets whether column headers are displayed.
Public propertyShowIndicator
Gets or sets whether the node indicator panel is displayed
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also