WebPart.BindToDataDesignMode Property

Gets or sets the value that indicates whether the data is bound to the Web Part in the design mode.

Namespace:  Microsoft.Office.Server.WebControls.Charting
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Property BindToDataDesignMode As Boolean
    Get
    Set
'Usage
Dim instance As WebPart
Dim value As Boolean

value = instance.BindToDataDesignMode

instance.BindToDataDesignMode = value
public bool BindToDataDesignMode { get; set; }

Property Value

Type: System.Boolean
true if the data is bound to the Web Part in the design mode; otherwise, false.

See Also

Reference

WebPart Class

WebPart Members

Microsoft.Office.Server.WebControls.Charting Namespace