Skip to main content

TdxCustomActivityIndicator.PropertiesClass Property

Specifies a reference to the active settings class.

Declaration

property PropertiesClass: TdxActivityIndicatorPropertiesClass read; write;

Property Value

Type Description
TdxActivityIndicatorPropertiesClass

The class-reference to the selected activity indicator settings.

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