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



Gets or sets the text to display for the Update command button in the EditCommandColumn.

Syntax

Visual Basic (Declaration) 
Public Overridable Property UpdateText As String
Visual Basic (Usage)Copy Code
Dim instance As LiveEditCommandColumn
Dim value As String
 
instance.UpdateText = value
 
value = instance.UpdateText
C# 
public virtual string UpdateText {get; set;}
C++/CLI 
public:
virtual property String^ UpdateText {
   String^ get();
   void set (    String^ value);
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.EditCommandColumn.UpdateText.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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