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

TcxCustomEdit.ActiveProperties Property

Provides access to active editor settings.

#Declaration

Delphi
property ActiveProperties: TcxCustomEditProperties read;

#Property Value

Type Description
TcxCustomEditProperties

Stores editor settings.

If you access an editor instance as a TcxCustomEdit object, you need to cast the ActiveProperties property value to the corresponding editor settings class to be able to access all public API members.

Call the ActiveProperties.ClassType function to identify the actual editor settings class. Alternatively, you can call the GetPropertiesClass function.

Refer to the TcxCustomEditProperties class description for the full list of editor settings classes.

#Remarks

Use the ActiveProperties property to identify settings that currently affect the editor.

You cannot use the ActiveProperties property to change editor settings. To change these settings, you can do the following:

See Also