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

Specifies if a user can drag the column header edges to change the column width.

#Declaration

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

#Property Value

Type Default
TdxDefaultBoolean bDefault

#Remarks

Options include:

Value Description
bTrue A user can drag the column header edges to adjust the column width.
bFalse A user cannot drag the column header edges to change the column width. However, you can modify the column’s Index property value at design or runtime.
bDefault A View’s OptionsSheet.AllowColumnSize property value defines if a user can resize a column.

The AllowSize property’s default value is bDefault.

See Also