Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AjaxComboBoxCellType Class / AutoPostBack Property
Example


In This Topic
    AutoPostBack Property (AjaxComboBoxCellType)
    In This Topic
    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;}
    Example
    This example sets the AutoPostBack property.
    See Also