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

TdxGanttControlSheetOptions.AlwaysShowEditor Property

Specifies if the focused cell’s in-place editor is active.

#Declaration

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

#Property Value

Type Default
TdxDefaultBoolean bDefault

#Remarks

Use this property to switch the cell in-place editor between an active and inactive state.

Value Description
bFalse Cell editor is inactive. A user should press F2 to enable the in-place editor for the focused cell.
bTrue Cell editor is activated simultaneously with a cell click.
bDefault The control’s OptionsBehavior.AlwaysShowEditor property value defines if the focused cell’s in-place editor is active.

You can handle the OnInitEdit event to implement a custom response to the cell editor activation.

The AlwaysShowEditor property’s default value is bDefault.

See Also