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

TcxCustomGridTableOptionsBehavior.EditAutoHeight Property

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
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