TcxCustomGridTableOptionsBehavior.EditAutoHeight Property
In This Article
Specifies the active height adjustment mode for multiline in-place editors.
#Declaration
Delphi
property EditAutoHeight: TcxInplaceEditAutoHeight read; write; default eahNone;
#Property Value
Type | Default | Description |
---|---|---|
Tcx |
eah |
The automatic height adjustment mode for multiline in-place editors. |
#Remarks
Refer to the TcxInplaceEditAutoHeight type description for information on available options.
Note
A grid item’s Options.
The eah
The EditAutoHeight
property’s default value is eahNone
.
See Also