ConfigureFederationCalculatedFieldsPageView Class
Contains a view for the Select calculated fields… page of the Data Source wizard.
Namespace: DevExpress.DashboardWin.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
public class ConfigureFederationCalculatedFieldsPageView :
WizardViewBase,
IConfigureFederationCalculatedFieldsPageView
Remarks
The following image illustrates this wizard page:
The ConfigureFederationCalculatedFieldsPageView
view routes user commands to the ConfigureFederationCalculatedFieldsPage<TModel> presenter.
Inheritance
Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
UserControl
XtraUserControl
WizardViewBase
ConfigureFederationCalculatedFieldsPageView
See Also