TcxCustomGridTableItemOptions.EditAutoHeight Property
Specifies the multi-line text edit mode for an item’s in-place editor.
Declaration
property EditAutoHeight: TcxItemInplaceEditAutoHeight read; write; default ieahDefault;
Property Value
| Type | Default |
|---|---|
| TcxItemInplaceEditAutoHeight | ieahDefault |
Remarks
Options include:
| Value | Description |
|---|---|
| ieahDefault | A View’s OptionsBehavior.EditAutoHeight property value defines an item’s in-place editor height. |
| iaehNone | An item’s in-place editor always provides a single-line scrollable text edit field. A View’s OptionsBehavior.EditAutoHeight property value is ignored in this mode. |
Note
In-place editors with embedded buttons, as well as dropdown, input mask text, and non-text editors do not support automatic size adjustment.
The EditAutoHeight property’s default value is ieahDefault.
See Also