'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;}
'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;}
This property determines whether the component automatically posts back data to the server based on interaction by the user.
This property has effect only if the ShowButton property is true.