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

TcxEditSizeProperties Record

In This Article

Describes the properties relevant to the editor size.

#Declaration

Delphi
TcxEditSizeProperties = record

#Remarks

The TcxEditSizeProperties type describes properties relevant to the editor size which such as:

Field Meaning
MaxLineCount Specifies the maximum number or lines in a multiline edit control. If MaxLineCount is 0, the number of lines is not limited.
Width Defines the width of an editor in pixels. If Width is 0, the editor width is not limited. If Width is -1, the default value specific to an editor will be used.
See Also