Skip to main content
A newer version of this page is available. .

ASPxClientColorEdit Class

Represents the client-side equivalent of the ASPxColorEdit control.

Declaration

declare class ASPxClientColorEdit extends ASPxClientDropDownEditBase

Remarks

In addition to the common editor functionality inherited from its ancestor, the ASPxClientColorEdit object allows you to manipulate its color (the ASPxClientColorEdit.GetColor and ASPxClientColorEdit.SetColor methods) and respond to color changes (the ASPxClientColorEdit.ColorChanged event).

See Also