Back to Devexpress

ASPxClientColorEdit Class

aspnet-js-aspxclientcoloredit.md

latest1.5 KB
Original Source

ASPxClientColorEdit Class

Represents the client-side equivalent of the ASPxColorEdit control.

Declaration

ts
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).

Inheritance

ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientTextEdit ASPxClientTextBoxBase ASPxClientButtonEditBase ASPxClientDropDownEditBase ASPxClientColorEdit

See Also

GetColor

SetColor(value)

ColorChanged

Color Editor

ASPxClientColorEdit Members