Skip to main content

ASPxClientColorEdit Class

Represents the client-side equivalent of the ASPxColorEdit control.

#Declaration

TypeScript
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