Back to Devexpress

ASPxColorEdit.Value Property

aspnet-devexpress-dot-web-dot-aspxcoloredit-25399201.md

latest1.5 KB
Original Source

ASPxColorEdit.Value Property

Specifies the editor color value in text format.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public override object Value { get; set; }
vb
Public Overrides Property Value As Object

Property Value

TypeDescription
Object

A Object that is the current editor color.

|

Remarks

You can use the Value property to set the editor color in text format. The following formats are supported.

  • A Color object

  • HTML color name

  • Longhand hexadecimal notation

  • Shorthand hexadecimal notation

  • RGB format

When you set the Value property, the ASPxClientEdit.ValueChanged and ASPxClientColorEdit.ColorChanged events are raised.

See Also

Color

Color Editor

ASPxColorEdit Class

ASPxColorEdit Members

DevExpress.Web Namespace