Back to Devexpress

GanttControlOptionsBehavior Properties

windowsforms-devexpress-dot-xtragantt-dot-options-dot-ganttcontroloptionsbehavior-dot-underscore-properties.md

latest17.1 KB
Original Source

GanttControlOptionsBehavior Properties

Contains options that specify a GanttControl‘s behavior.

NameDescription
AccessibilityFocusNotificationModeInherited from TreeListOptionsBehavior.
AllowBoundCheckBoxesInVirtualModeGets or sets whether node check states can be specified dynamically - using the TreeList.VirtualTreeGetCellValue/TreeList.VirtualTreeSetCellValue events, and IVirtualTreeListData.VirtualTreeGetCellValue / VirtualTreeSetCellValue interface methods. Inherited from TreeListOptionsBehavior.
AllowCopyToClipboardObsolete. Gets or sets whether an end-user can copy selected nodes to the Clipboard via the CTRL+C shortcut. Inherited from TreeListOptionsBehavior.
AllowExpandAnimationGets or sets whether to use animation effects when expanding/collapsing nodes using the expand button. Inherited from TreeListOptionsBehavior.
AllowExpandOnDblClickGets or sets whether a user can expand or collapse a node by double clicking it. Inherited from TreeListOptionsBehavior.
AllowIncrementalSearchGets or sets whether end-users can locate nodes by typing the desired column value. This property is obsolete for versions 17.1 and newer. Inherited from TreeListOptionsBehavior.
AllowIndeterminateCheckStateGets or sets whether an end-user can switch a node to the indeterminate check state with a mouse click. Inherited from TreeListOptionsBehavior.
AllowPixelScrollingGets or sets whether smooth pixel-based vertical scrolling is enabled for nodes. Inherited from TreeListOptionsBehavior.
AllowQuickHideColumnsObsolete. Gets or sets whether a column can be hidden by dragging it away from the Column Header Panel, even if the Customization Form is not open. Inherited from TreeListOptionsBehavior.
AllowRecursiveNodeCheckingGets or sets whether child nodes are automatically checked/unchecked when a parent node is checked/unchecked and vice versa. Inherited from TreeListOptionsBehavior.
AllowSplitTasksGets or sets whether the control automatically splits tasks and whether users can manually split tasks.
AutoChangeParentGets or sets whether the node’s parent field value is automatically set to the key field value of its parent node. Inherited from TreeListOptionsBehavior.
AutoFocusNewNodeObsolete. Gets or sets whether a newly added node is automatically focused. Inherited from TreeListOptionsBehavior.
AutoInitSummaryTaskDateRangeGets or sets whether the task summary date range should be automatically calculated when data is loaded.
AutoMoveRowFocusObsolete. Gets or sets a value specifying whether horizontal navigation keys move focus to the next/previous node when the current node’s last/first cell is focused. Inherited from TreeListOptionsBehavior.
AutoNodeHeightGets or sets whether the height of each node is automatically adjusted to completely display the contents of its cells. Inherited from TreeListOptionsBehavior.
AutoPopulateColumnsGets or sets whether columns should be automatically created for all the fields in the underlying data source when the Tree List doesn’t contain any columns. Inherited from TreeListOptionsBehavior.
AutoScrollOnSortingGets or sets whether the Tree List is automatically scrolled to the focused node on sorting. Inherited from TreeListOptionsBehavior.
AutoSelectAllInEditorGets or sets whether activating a cell editor using the or ENTER or F2 keys selects the entire editor’s content. Inherited from TreeListOptionsBehavior.
CanCloneNodesOnDropObsolete. Gets or sets whether end-users are allowed to clone nodes using drag-and-drop. Inherited from TreeListOptionsBehavior.
CloseEditorOnLostFocusGets or sets whether the active editor is automatically closed when the Tree List loses focus. Inherited from TreeListOptionsBehavior.
ConstraintModeGets or sets whether the control automatically applies the Start No Earlier Than constraint to a task if you change its start date and the Finish No Earlier Than constraint if you change its finish date.
CopyToClipboardWithColumnHeadersObsolete. Gets or sets whether column captions are copied to the Clipboard. Inherited from TreeListOptionsBehavior.
CopyToClipboardWithNodeHierarchyObsolete. Gets or sets whether data is copied to the Clipboard with the hierarchy information included or in a flat form. Inherited from TreeListOptionsBehavior.
DragNodesObsolete. Gets or sets whether end-users are allowed to move or copy nodes using drag-and-drop. Inherited from TreeListOptionsBehavior.
EditableGets or sets whether users are allowed to invoke cell editors. Inherited from TreeListOptionsBehavior.
EditingModeGets or sets how users edit cell values: directly in the tree list cells or in a modal form. Inherited from TreeListOptionsBehavior.
EditorShowModeGets or sets how cell editors are invoked by the mouse (click, double click, etc.). Inherited from TreeListOptionsBehavior.
EnableFilteringGets or sets whether nodes can be filtered. Inherited from TreeListOptionsBehavior.
EnterMovesNextColumnObsolete. Gets or sets whether the ENTER key can be used to move focus between cells. Inherited from TreeListOptionsBehavior.
ExpandNodeOnDragObsolete. Gets or sets whether collapsed nodes are automatically expanded when the node currently being dragged is hovered over them. Inherited from TreeListOptionsBehavior.
ExpandNodesOnFilteringGets or sets whether collapsed nodes are automatically expanded if they match the filter criteria. Inherited from TreeListOptionsBehavior.
ExpandNodesOnIncrementalSearchUse the TreeListOptionsFind.ExpandNodesOnIncrementalSearch property to specify whether collapsed nodes are expanded to display the node if it matches the search criteria. Inherited from TreeListOptionsBehavior.
HyperlinkClickModeGets or sets whether and how hyperlinks in column and band headers are activated. Inherited from TreeListOptionsBehavior.
ImmediateEditorGets or sets whether an in-place editor is automatically activated when a cell is clicked. Inherited from TreeListOptionsBehavior.
ImmediateUpdateRowPositionGets or sets whether the tree list automatically updates the row order and row visibility after a cell value is changed. Inherited from TreeListOptionsBehavior.
KeepSelectedOnClickThis property is obsolete. Use the TreeListOptionsSelection.KeepSelectedOnClick property instead. Inherited from TreeListOptionsBehavior.
LegacyScheduleModeGets or sets whether the control reschedules the task being modified with respect to the workweek schedule.
MoveOnEditObsolete. Gets or sets whether end-users can navigate through cells using arrow keys while editing. Inherited from TreeListOptionsBehavior.
PopulateServiceColumnsGets or sets whether the TreeList.PopulateColumns method creates columns bound to the fields the TreeList.KeyFieldName, TreeList.ParentFieldName and TreeList.ImageIndexFieldName properties specify. Inherited from TreeListOptionsBehavior.
ReadOnlyGets or sets whether the current TreeList is read-only. Inherited from TreeListOptionsBehavior.
ResizeNodesGets or sets whether end-users are allowed to change the heights of nodes. Inherited from TreeListOptionsBehavior.
ScheduleModeGets or sets whether the control automatically reschedules all dependent tasks when a user modifies a particular task. Default is equivalent to Auto.
ShowEditorOnMouseUpGets or sets whether a cell’s editor is activated when the mouse button is released from a click within the cell. Inherited from TreeListOptionsBehavior.
ShowToolTipsGets or sets whether tooltips are displayed for the cells and column headers. Inherited from TreeListOptionsBehavior.
SmartMouseHoverGets or sets whether the regions occupied by the scroll bars and active cell editors are considered to be a part of the Tree List’s area. Inherited from TreeListOptionsBehavior.
TaskDateChangeModeGets or sets whether the control shifts a task or extends/reduces its duration when a user changes the task’s start or finish date.
UnboundColumnExpressionEditorModeGets or sets the type of unbound expression editor that end-users can utilize to modify expressions for unbound columns owned by this Tree List control. Inherited from TreeListOptionsBehavior.
UpdateDependentTaskProgressGets or sets whether the control updates the progress of dependent tasks (summaries and sub-tasks) when a user modifies a task’s progress.
UseTabKeyObsolete. Gets or sets whether the TAB/SHIFT + TAB key combinations move focus to the next/previous node cell or to the next/previous control in the tab order. Inherited from TreeListOptionsBehavior.

See Also

GanttControlOptionsBehavior Class

GanttControlOptionsBehavior Members

DevExpress.XtraGantt.Options Namespace