Skip to main content

ExtractParametersPageView.ShowPreviewData(Object) Method

Invokes a preview window.

Namespace: DevExpress.DashboardWin.DataSourceWizard

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public void ShowPreviewData(
    object data
)

Parameters

Name Type Description
data Object

An object that contains data to be shown in a preview window.

See Also