Gets or sets whether a PowerWEB control updates itself in a callback.
Syntax
Visual Basic (Declaration) | |
---|
Public Property IsLive As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As LiveDataGridItem
Dim value As Boolean
instance.IsLive = value
value = instance.IsLive |
C# | |
---|
public bool IsLive {get; set;} |
C++/CLI | |
---|
public:
property bool IsLive {
bool get();
void set ( bool value);
} |
Property Value
true if the PowerWEB control should update itself during a callback,
false otherwise.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also