Skip to main content
A newer version of this page is available. .

TdxCustomFluentDesignForm Class

The base class for Fluent Design application forms.

Declaration

TdxCustomFluentDesignForm = class(
    TdxForm,
    IdxAcrylicHostControl,
    IdxAcrylicHostControl2,
    IdxFluentDesignNavigationControlListener,
    IcxLookAndFeelNotificationListener
)

Remarks

The concept of “Fluent Design” is created by Microsoft and released with the “Fall Creators Update” for Windows 10. Fluent Design applications combine UI layout adaptability with complex lighting, transparency, and transition effects.

Fluent Design Form

The TdxCustomFluentDesignForm class extends its ancestor with the following members that allow you to:

Do not use the TdxCustomFluentDesignForm class directly. Use the DevExpress Fluent Design application template to create a new project with a Fluent Design form. Refer to the TdxRibbonForm and TdxFluentDesignForm class descriptions for detailed information.

Note

Fluent Design effects are available only if an application runs under Microsoft Windows® 10 Version 1803 (build 17064) or newer.

See Also