Skip to main content

TdxActivityIndicatorCircularDotsProperties Class

Stores circular dot indicator settings.

Declaration

TdxActivityIndicatorCircularDotsProperties = class(
    TdxActivityIndicatorDotBasedProperties
)

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