Skip to main content
A newer version of this page is available. .

TreeListMappings Members

Provides access to options specified based on data source field names and tree list column objects.

Constructors

Name Description
TreeListMappings(GanttControl) Initializes a new TreeListMappings class instance.

Properties

Name Description
AutoFillColumn Gets or sets a column that automatically stretches to occupy all available empty space when the column auto-width functionality is disabled.
AutoFillFieldName Gets or sets a data source field whose associated Tree List column should automatically resize to occupy all available TreeList space.
CheckBoxFieldName Gets or sets the name of the field whose values define the node check states.
ChildListFieldName Gets or sets the name of the collection property that returns child items in a bound business object.
DataMember Gets or sets a specific list in a data source whose data is displayed by the TreeList control.
HierarchyColumn Gets or sets the column in which tree list nodes display their expand/collapse buttons.
HierarchyFieldName Gets the name of a field in the underlying data source whose tree list column displays the node expand/collapse buttons.
ImageIndexFieldName Gets or sets the name of the field whose values represent select image indexes for corresponding nodes.
KeyFieldName Gets or sets the name of the key field that uniquely identifies records in the data source.
ParentFieldName Gets or sets the data source field that identifies each record’s parent.
PreviewFieldName Gets or sets the name of the field that automatically provides data for preview sections.
TreeViewColumn Gets or sets the only column whose values are displayed by the control in TreeView visual style.
TreeViewFieldName Gets or sets the only field whose values are displayed by the control in TreeView visual style.

Methods

Name Description
Assign(BaseOptions) Copies all settings from the options object passed as a parameter. Inherited from BaseOptions.
BeginUpdate() Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate() Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate() Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reset() Resets all options to their default values. Inherited from BaseOptions.
ToString() Returns a string representing the currently enabled options. Inherited from BaseOptions.
See Also