Skip to main content
All docs
V25.1
  • ChartDesigner.NetDesignTimeShow(String, Func<Window, Nullable<Boolean>>) Method

    Namespace: DevExpress.Charts.Designer

    Assembly: DevExpress.Charts.Designer.v25.1.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