ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SharpGraphCore Class / IsDesignMode Property

In This Topic
    IsDesignMode Property (SharpGraphCore)
    In This Topic
    Gets or sets a value indicating whether this instance is design mode.
    Syntax
    'Declaration
     
    Public Property IsDesignMode As Boolean
    public bool IsDesignMode {get; set;}

    Property Value

    true if this instance is design mode; otherwise, false.
    See Also