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

TcxCustomTextEditProperties.ValidChars Property

Specifies additional characters valid for a data-aware editor.

#Declaration

Delphi
property ValidChars: TcxTextEditChars read; write;

#Property Value

Type
TcxTextEditChars

#Remarks

The ValidChars property specifies a set of characters a user can enter in a data-aware editor in addition to those that are acceptable by the field to which the editor is connected. ValidChars is used by the editor’s IsValidChar function to determine whether the current character can appear in the edit box.

See Also