Table of Contents
AutoPostBack Property

Gets or sets a boolean indicating whether the color picker automatically posts back when user selects a color.

Syntax
 public Boolean AutoPostBack { get; set; }
Remarks

By default, this property is set to false and the color picker does not automatically post back to server. You can set it to true to instruct the color picker to automatically post back to the server when user select a color.

See Also