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

TdxCustomTokenEdit.ActiveProperties Property

Provides access to the appearance and behavior settings that currently affect the token editor.

#Declaration

Delphi
property ActiveProperties: TdxTokenEditProperties read;

#Property Value

Type
TdxTokenEditProperties

#Remarks

You can use this property to identify the token editor settings that are currently in effect, which is particularly useful if a repository item is assigned to the editor via the RepositoryItem property. In this case, the ActiveProperties property returns settings stored in the repository item instead of the corresponding settings from the Properties property set.

Refer to the TdxTokenEditProperties class description for detailed information on all token editor appearance and behavior settings.

See Also