Skip to main content

TcxCustomGridTableOptionsBehavior.EditAutoHeight Property

Specifies the active height adjustment mode for multiline in-place editors.

Declaration

property EditAutoHeight: TcxInplaceEditAutoHeight read; write; default eahNone;

Property Value

Type Default Description
TcxInplaceEditAutoHeight eahNone

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.EditAutoHeight property has higher priority than the EditAutoHeight property.

The eahRow option has an effect only if a grid Table View‘s OptionsView.CellAutoHeight property is set to True.

The EditAutoHeight property’s default value is eahNone.

See Also