Spread for ASP.NET 12 Product Documentation
AutoPostBack Property (AjaxComboBoxCellType)


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > AjaxComboBoxCellType Class : AutoPostBack Property
Gets or sets whether the control should automatically post back when clicked. This property only has an effect when the ShowEditor property is true.
Syntax
'Declaration
 
Public Property AutoPostBack As Boolean
'Usage
 
Dim instance As AjaxComboBoxCellType
Dim value As Boolean
 
instance.AutoPostBack = value
 
value = instance.AutoPostBack
public bool AutoPostBack {get; set;}
See Also

Reference

AjaxComboBoxCellType Class
AjaxComboBoxCellType Members