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

TdxGanttControlSheetColumn.AllowHide Property

Specifies if a user can hide the column via a drag-and-drop operation.

#Declaration

Delphi
property AllowHide: TdxDefaultBoolean read; write; default bDefault;

#Property Value

Type Default
TdxDefaultBoolean bDefault

#Remarks

Options include:

Value

Description

bTrue

A user can drag and drop the column header down to hide the column. The mouse pointer changes to a cross during the operation.

bFalse

A user cannot hide the column via the drag-and-drop operation. However, there are additional ways to hide a column:

  • A user can uncheck the checkbox with column caption in the “Quick Column Customization“ drop-down list

  • You can set the column’s Visible property value to False.

bDefault

A View’s OptionsSheet.AllowColumnHide property value defines if a user can hide a column.

The AllowHide property’s default value is bDefault.

See Also