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

TcxCustomRichEdit.Properties Property

Defines the settings that are specific to rich text editors.

#Declaration

Delphi
property Properties: TcxCustomRichEditProperties read; write;

#Property Value

Type
TcxCustomRichEditProperties

#Remarks

The Properties object specifies various settings for rich text editors. Use the MemoMode to select the mode for rich text editors, the HideScrollBars member of a Properties instance to hide/display scrollbars only when it’s necessary. Other properties adjust the alignment and maximum length of the text, char case, etc.

See Also