Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlChartViewSheetOptions Properties
Show Inherited Hide Inherited

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