ChartDesigner.NetDesignTimeShow(String, Func<Window, Nullable<Boolean>>) Method
In This Article
Namespace: DevExpress.Charts.Designer
Assembly: DevExpress.Charts.Designer.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public string NetDesignTimeShow(
string designerData,
Func<Window, bool?> showDialog = null
)
#Parameters
Name | Type |
---|---|
designer |
String |
#Optional Parameters
Name | Type | Default |
---|---|---|
show |
Func<Window, Nullable<Boolean>> | null |
#Returns
Type |
---|
String |
See Also