TcxEditRepositoryMemoItem.Properties Property
Provides access to stored memo editor settings.
Declaration
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