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.AllowRename Property

Specifies if a user can change the column’s caption.

#Declaration

Delphi
property AllowRename: TdxDefaultBoolean read; write;

#Property Value

Type
TdxDefaultBoolean

#Remarks

Options include:

Value

Description

bTrue

A user can rename the column. To do this, a user can right-click a column header, choose “Rename Column” in the context menu, and assign a new caption to the column.

bFalse

A user cannot rename the column.

bDefault

A View’s OptionsSheet.AllowColumnRename property value defines if a user can change the column caption.

The AllowRename property’s default value is bDefault.

See Also