TdxGanttControlSheetOptions.AlwaysShowEditor Property
In This Article
Specifies if the focused cell’s in-place editor is active.
#Declaration
Delphi
property AlwaysShowEditor: TdxDefaultBoolean read; write; default bDefault;
#Property Value
Type | Default |
---|---|
Tdx |
b |
#Remarks
Use this property to switch the cell in-place editor between an active and inactive state.
Value | Description |
---|---|
b |
Cell editor is inactive. A user should press F2 to enable the in-place editor for the focused cell. |
b |
Cell editor is activated simultaneously with a cell click. |
b |
The control’s Options |
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