Skip to main content

TdxCustomActivityIndicator.PropertiesClassName Property

Specifies the activity indicator settings class name.

Declaration

property PropertiesClassName: string read; write;

Property Value

Type Description
string

The name of the active settings class.

Warning

The assigned name must match the name of an existing terminal TdxActivityIndicatorProperties class descendant; otherwise, a runtime error can occur.

We recommend that you use the PropertiesClass property to specify the required settings type in code.

Remarks

Important

The TdxActivityIndicator component ships with DevExpress VCL products for backward compatibility only.

DevExpress does not implement new features or fix bugs for deprecated components.

We recommend that you display a Wait Form instead of using the TdxActivityIndicator component to indicate a time-consuming process that runs in the main thread and locks the application UI.

See Also