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


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

Reference

ComboBoxCellType Class
ComboBoxCellType Members