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

TcxEditRepositoryTextItem.Properties Property

Provides access to stored single-line text editor settings.

#Declaration

Delphi
property Properties: TcxTextEditProperties read; write;

#Property Value

Type Description
TcxTextEditProperties

Stores single-line text editor settings.

#Remarks

You can use the Properties.EchoMode property to switch between text and password display modes. Properties.UseNullString and Properties.Nullstring properties allow you to display a message for users in a text editor when it is empty.

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

See Also