Skip to main content

TdxGanttControlChartViewSheetOptions Properties

Stores the Chart View Sheet settings.
Name Description
AllowColumnDetailCustomization Specifies if a sheet column‘s pop-up menu can display the More... item. Inherited from TdxGanttControlSheetOptions.
AllowColumnHide Specifies if a user can hide a column via a drag and drop operation. Inherited from TdxGanttControlSheetOptions.
AllowColumnInsert Inherited from TdxGanttControlSheetOptions.
AllowColumnMove Specifies if a user can rearrange columns via a drag and drop operation. Inherited from TdxGanttControlSheetOptions.
AllowColumnRename Inherited from TdxGanttControlSheetOptions.
AllowColumnSize Specifies if a user can user can change a column width via a drag-and-drop operation. Inherited from TdxGanttControlSheetOptions.
AllowTaskMove Specifies if you can use drag-and-drop operations to rearrange tasks in a sheet.
AlwaysShowEditor Specifies if the focused cell’s in-place editor is active. Inherited from TdxGanttControlSheetOptions.
CellAutoHeight Specifies if a sheet cell changes its height to fit the content. Inherited from TdxGanttControlSheetOptions.
ChangedHandlers Inherited from TdxGanttControlCustomOptions.
ColumnQuickCustomization Manages the “Quick Column Customization” button visibility. Inherited from TdxGanttControlSheetOptions.
Columns Provides access to a sheet’s column collection. Inherited from TdxGanttControlSheetOptions.
Owner Returns the Chart View that owns sheet options.
RowHeaderWidth Specifies a row header width, in pixels. Inherited from TdxGanttControlSheetOptions.
RowHeight Specifies a row height, in pixels. Inherited from TdxGanttControlSheetOptions.
ScaleFactor Inherited from TdxGanttControlCustomOptions.
Visible Manages the Chart View‘s visibility.
Width Specifies the Chart View‘s width, in pixels.
See Also