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

GanttControlOptionsView Members

Specifies view options.

Constructors

Name Description
GanttControlOptionsView(GanttControl) Initializes a new GanttControlOptionsView class instance. For internal use.

Properties

Name Description
AllowBandColumnsMultiRow Gets or sets whether columns within a band can be arranged in multiple rows. Inherited from TreeListOptionsView.
AllowGlyphSkinning Gets or sets whether column and node icons of the current TreeList should be painted with the foreground color of these columns or nodes. Inherited from TreeListOptionsView.
AllowHtmlDrawHeaders Gets or sets whether HTML formatting can be applied to column and band captions. Inherited from TreeListOptionsView.
AnimationType Gets or sets the animation mode, which identifies cells for which animation is enabled. Inherited from TreeListOptionsView.
AutoCalcPreviewLineCount Gets or sets whether the Tree List automatically calculates the number of text lines in preview sections depending upon their contents. Inherited from TreeListOptionsView.
AutoWidth 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. Inherited from TreeListOptionsView.
BestFitMaxNodeCount Gets or sets the number of data nodes whose content is processed to apply best fit to columns. Inherited from TreeListOptionsView.
BestFitMode Gets or sets whether column best-fit resizing operations should prioritize precision or speed. Inherited from TreeListOptionsView.
BestFitNodes Gets or sets a value specifying which nodes take part in calculations when applying best fit to columns. Inherited from TreeListOptionsView.
BestFitUseErrorInfo Gets or sets whether cell error icons are taken into account when calculating the “best width” for columns. Inherited from TreeListOptionsView.
CheckBoxStyle Gets or sets whether all TreeList nodes should display check boxes, radio buttons, or neither. Inherited from TreeListOptionsView.
ColumnHeaderAutoHeight Gets or sets whether the column header height is automatically adjusted to fit wrapped column captions. Inherited from TreeListOptionsView.
DependencyDisplayMode Gets or sets whether dependency lines are displayed behind the text or above it.
EnableAppearanceEvenRow Gets or sets whether even nodes are painted using the appearance settings provided by the TreeListAppearanceCollection.EvenRow property. Inherited from TreeListOptionsView.
EnableAppearanceOddRow Gets or sets whether odd nodes are painted using the appearance settings provided by the TreeListAppearanceCollection.OddRow property. Inherited from TreeListOptionsView.
ExpandButtonCentered Gets or sets whether node expand buttons are vertically centered relative to the node height. This setting is in effect when node previews are visible. Inherited from TreeListOptionsView.
FilterCriteriaDisplayStyle Gets or sets the display style of filter conditions in the Filter Panel and built-in Filter Editor. Inherited from TreeListOptionsView.
FocusRectStyle Gets or sets a value that specifies how the focus rectangle is painted. Inherited from TreeListOptionsView.
HeaderFilterButtonShowMode Gets or sets the display style of column filter buttons. Inherited from TreeListOptionsView.
RootCheckBoxStyle Gets or sets whether root TreeList nodes should draw check boxes, radio buttons, or neither. Inherited from TreeListOptionsView.
RowImagesShowMode Gets or sets whether to show row images in row indents or in row cells. Inherited from TreeListOptionsView.
ShowAutoFilterRow Gets or sets whether the Automatic Filtering Row is displayed. Inherited from TreeListOptionsView.
ShowBands Obsolete. Gets or sets whether band headers are displayed. Inherited from TreeListOptionsView.
ShowBandsMode Gets or sets whether bands are displayed. Inherited from TreeListOptionsView.
ShowBaselines Gets or sets whether to show task baselines in the chart area.
ShowButtons Gets or sets whether the expand buttons are displayed. Inherited from TreeListOptionsView.
ShowCaption Gets or sets whether the caption panel is displayed at the top of the TreeList control. Inherited from TreeListOptionsView.
ShowCheckBoxes

Gets or sets whether nodes display check boxes. This member is obsolete. Use the TreeListOptionsView.CheckBoxStyle, TreeListOptionsView.RootCheckBoxStyle and TreeListNode.ChildrenCheckBoxStyle properties instead.

Inherited from TreeListOptionsView.
ShowColumns Gets or sets whether column headers are displayed. Inherited from TreeListOptionsView.
ShowFilterPanelMode Gets or sets a value that specifies when the Filter Panel is shown. Inherited from TreeListOptionsView.
ShowFirstLines Gets or sets whether the control displays the nearest (leftmost) vertical gridlines in the column that displays the node expand buttons.
ShowFocusedFrame Obsolete. Gets or sets whether a focus frame is displayed around the focused cell. Inherited from TreeListOptionsView.
ShowHierarchyIndentationLines Gets or sets whether to draw horizontal gridlines in a column displaying the node expand buttons for the entire width of the column, including tree indents. Inherited from TreeListOptionsView.
ShowHorzLines Gets or sets whether to show horizontal lines in the task list.
ShowIndentAsRowStyle Gets or sets whether tree indents are painted using the appearance settings of their corresponding nodes. Inherited from TreeListOptionsView.
ShowIndicator Gets or sets whether the node indicator panel is displayed in the task list.
ShowPreview Gets or sets whether preview sections are displayed. Inherited from TreeListOptionsView.
ShowRoot Gets or sets whether the root level node indent is visible. Inherited from TreeListOptionsView.
ShowRowFooterSummary Gets or sets whether group footers are displayed. Inherited from TreeListOptionsView.
ShowSummaryFooter Gets or sets whether the summary footer is displayed. Inherited from TreeListOptionsView.
ShowTreeLines Gets or sets whether to show the node hierarchy lines in the row indent area. Inherited from TreeListOptionsView.
ShowVertLines Gets or sets whether vertical lines are displayed. Inherited from TreeListOptionsView.
TreeLineStyle Gets or sets the style (solid, dash, etc.) of lines indicating the node hierarchy in the row indent area. Inherited from TreeListOptionsView.
WaitAnimationOptions Gets or sets a value that specifies how the control indicates data operations performed in a background thread. Inherited from TreeListOptionsView.

Methods

Name Description
Assign(BaseOptions) Assigns the specified object’s property values to the current object’s corresponding properties.
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.
ResetShowIndentAsRowStyle() Resets the TreeListOptionsView.ShowIndentAsRowStyle property to its default value. Inherited from TreeListOptionsView.
ShouldSerializeShowIndentAsRowStyle() Returns whether the TreeListOptionsView.ShowIndentAsRowStyle property should be serialized. Inherited from TreeListOptionsView.
ToString() Returns a string representing the currently enabled options. Inherited from BaseOptions.
See Also