Back to Devexpress

TreeListMappings Properties

windowsforms-devexpress-dot-xtragantt-dot-treelistmappings-dot-underscore-properties.md

latest3.2 KB
Original Source

TreeListMappings Properties

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

NameDescription
AutoFillColumnGets or sets a column that automatically stretches to occupy all available empty space when the column auto-width functionality is disabled.
AutoFillFieldNameGets or sets a data source field whose associated Tree List column should automatically resize to occupy all available TreeList space.
CheckBoxFieldNameGets or sets the name of the field whose values define the node check states.
ChildListFieldNameGets or sets the name of the collection property that returns child items in a bound business object.
DataMemberGets or sets a specific list in a data source whose data is displayed by the TreeList control.
HierarchyColumnGets or sets the column in which tree list nodes display their expand/collapse buttons.
HierarchyFieldNameGets the name of a field in the underlying data source whose tree list column displays the node expand/collapse buttons.
ImageIndexFieldNameGets or sets the name of the field whose values represent select image indexes for corresponding nodes.
KeyFieldNameGets or sets the name of the key field that uniquely identifies records in the data source.
ParentFieldNameGets or sets the data source field that identifies each record’s parent.
PreviewFieldNameGets or sets the name of the field that automatically provides data for preview sections.
TreeViewColumnGets or sets the only column whose values are displayed by the control in TreeView visual style.
TreeViewFieldNameGets or sets the only field whose values are displayed by the control in TreeView visual style.

See Also

TreeListMappings Class

TreeListMappings Members

DevExpress.XtraGantt Namespace