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






Gets or sets whether postback should be automatically performed on button click.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<DescriptionAttribute("Gets or sets whether postback should be automatically performed on button click.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property ButtonAutoPostback As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As Boolean
 
instance.ButtonAutoPostback = value
 
value = instance.ButtonAutoPostback
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Gets or sets whether postback should be automatically performed on button click.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public bool ButtonAutoPostback {get; set;}
Delphi 
public read-write property ButtonAutoPostback: Boolean; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DescriptionAttribute("Gets or sets whether postback should be automatically performed on button click.")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set ButtonAutoPostback : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Gets or sets whether postback should be automatically performed on button click.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property bool get_ButtonAutoPostback();
public: __property void set_ButtonAutoPostback( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DescriptionAttribute("Gets or sets whether postback should be automatically performed on button click.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property bool ButtonAutoPostback {
   bool get();
   void set (    bool 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.