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

ASPxCloudControl.ValueColor Property

Gets or sets the color of item values.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Color), "")]
public Color ValueColor { get; set; }

Property Value

Type Default Description
Color String.Empty

A Color structure that specifies the color of item values.

See Also