Back to Devexpress

GanttControlOptionsPrint Members

windowsforms-devexpress-dot-xtragantt-dot-options-dot-ganttcontroloptionsprint-dot-underscore-members.md

latest10.9 KB
Original Source

GanttControlOptionsPrint Members

Contains print options.

Constructors

NameDescription
GanttControlOptionsPrint()Initializes a new instance of the GanttControlOptionsPrint class.

Properties

NameDescription
AllowCancelPrintExportGets or sets whether the print/export progress window contains the Cancel button, which allows an end-user to cancel the current print/export operation. Inherited from TreeListOptionsPrint.
AutoRowHeightGets or sets whether the height of nodes is calculated automatically when the Tree List is printed. Inherited from TreeListOptionsPrint.
ChartFinishDateGets or sets the last date in the chart area.
ChartStartDateGets or sets the first date in the chart area.
PageInfoCaptionGets or sets a custom caption displayed in page footers.
PageInfoFormatGets or sets the format used to display information in the page footer.
PageInfoTypeGets or sets the type of information displayed in the page footer.
PanelVisibility
PrintAllNodesGets or sets whether the Tree List is printed with all its nodes expanded. Inherited from TreeListOptionsPrint.
PrintBandHeaderGets or sets whether band headers are printed/exported. Inherited from TreeListOptionsPrint.
PrintCheckBoxesGets or sets whether to print node check boxes. Inherited from TreeListOptionsPrint.
PrintFilledTreeIndentGets or sets whether the tree indents are painted using the appearance settings of their corresponding nodes when the Tree List is printed. Inherited from TreeListOptionsPrint.
PrintFirstLineGets or sets whether to print the nearest (leftmost) vertical gridlines in the column that displays the node expand buttons. Inherited from TreeListOptionsPrint.
PrintFixedColumnsOnEveryPageGets or sets whether left-fixed columns and bands are repeated on every print/export page. Inherited from TreeListOptionsPrint.
PrintHorzLinesGets or sets whether horizontal lines are printed. Inherited from TreeListOptionsPrint.
PrintImagesGets or sets whether the state and select images are printed. Inherited from TreeListOptionsPrint.
PrintLegendGets or sets whether to display the chart legend.
PrintPageHeaderGets or sets whether column headers are printed. Inherited from TreeListOptionsPrint.
PrintPageInfoGets or sets whether to print information in the page footer.
PrintPreviewGets or sets whether preview sections are printed. Inherited from TreeListOptionsPrint.
PrintReportFooterGets or sets whether the summary footer is printed. Inherited from TreeListOptionsPrint.
PrintRowFooterSummaryGets or sets whether group footers are printed. Inherited from TreeListOptionsPrint.
PrintTreeGets or sets whether the tree lines are printed. Inherited from TreeListOptionsPrint.
PrintTreeButtonsGets or sets whether the node expand buttons are printed. Inherited from TreeListOptionsPrint.
PrintVertLinesGets or sets whether vertical lines are printed. Inherited from TreeListOptionsPrint.
ShowPrintExportProgressGets or sets whether a separate window is used to indicate print/export progress. Inherited from TreeListOptionsPrint.
UsePrintStylesGets or sets whether the print appearances are used when the Tree List is printed and exported. Inherited from TreeListOptionsPrint.

Methods

NameDescription
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) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

GanttControlOptionsPrint Class

DevExpress.XtraGantt.Options Namespace