PowerWEB LiveControls for ASP.NET
Debug Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveDataGrid Class : Debug Property



Set to true to display a debug window which displays callback data in real-time as it is set/received.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Determines whether diagnostic script is displayed as code executes.")>
<BrowsableAttribute(False)>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Property Debug As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LiveDataGrid
Dim value As Boolean
 
instance.Debug = value
 
value = instance.Debug
C# 
[DescriptionAttribute("Determines whether diagnostic script is displayed as code executes.")]
[BrowsableAttribute(false)]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public bool Debug {get; set;}
C++/CLI 
[DescriptionAttribute("Determines whether diagnostic script is displayed as code executes.")]
[BrowsableAttribute(false)]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public:
property bool Debug {
   bool get();
   void set (    bool value);
}

Property Value

true if a debug window is displayed when callback data is sent/received; false otherwise. The default value is false;

Remarks

This property is intended to be used by application developers to assist in diagnosis of application bugs. Set this property to true to see the JavaScript that is executed on the client-side as a result of the server-side interaction with the controls.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.