This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.AdvancedDetailsFailedItemBackgroundColor Property

Background color of an item in AdvancedDetails view which indicates that this item failed to be uploaded.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property AdvancedDetailsFailedItemBackgroundColor As Color
C#
public Color AdvancedDetailsFailedItemBackgroundColor { get; set; }

Property Value

A Color value which specifies a background of an item which failed to be uploaded.

Default value is #ff7905.

Remarks

This property corresponds to AdvancedDetailsFailedItemBackgroundColor client-side property.

See Also

Reference