Intersoft WebGrid Documentation
ButtonText Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : ButtonText Property






Gets or sets the default button's text of column which ColumnType is Button.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets the default button's text of column which ColumnType is Button.")>
<DefaultValueAttribute()>
Public Property ButtonText As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As String
 
instance.ButtonText = value
 
value = instance.ButtonText
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the default button's text of column which ColumnType is Button.")]
[DefaultValueAttribute()]
public string ButtonText {get; set;}
Delphi 
public read-write property ButtonText: String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets the default button's text of column which ColumnType is Button.")
DefaultValueAttribute()
public function get,set ButtonText : String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the default button's text of column which ColumnType is Button.")]
[DefaultValueAttribute()]
public: __property string* get_ButtonText();
public: __property void set_ButtonText( 
   string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the default button's text of column which ColumnType is Button.")]
[DefaultValueAttribute()]
public:
property String^ ButtonText {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.