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



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

Syntax

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

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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