AutoPostBack Property
AutoPostBack
Gets or sets whether the control should automatically post back when clicked.
This property only has an effect when the ShowEditor property is true.
Declaration
public bool AutoPostBack { get; set; }
Public Property AutoPostBack As Boolean