Skip to main content
A newer version of this page is available. .
All docs
V21.2

ChartDesigner.NetDesignTimeShow(String, Func<Window, Nullable<Boolean>>) Method

Namespace: DevExpress.Charts.Designer

Assembly: DevExpress.Charts.Designer.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public string NetDesignTimeShow(
    string designerData,
    Func<Window, bool?> showDialog = null
)

Parameters

Name Type
designerData String

Optional Parameters

Name Type Default
showDialog Func<Window, Nullable<Boolean>> null

Returns

Type
String
See Also