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

TcxEditRepositoryMemoItem.Properties Property

Provides access to stored memo editor settings.

#Declaration

Delphi
property Properties: TcxMemoProperties read; write;

#Property Value

Type Description
TcxMemoProperties

Stores memo editor settings.

#Remarks

Use the Properties.ScrollBars property to display horizontal and vertical scroll bars. Properties.VisibleLineCount and Properties.WordWrap properties define how a memo editor displays text.

Refer to the TcxMemoProperties class description for detailed information on all available options.

See Also