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

ImageUploader.AdvancedDetailsIdleItemBackgroundColor Property

Background color of an item in AdvancedDetails view which indicates items which are pending for upload.

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

Syntax

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

Property Value

A Color value which specifies a background color of an item which is pending for upload.

Default value is #ffff99.

Remarks

This property corresponds to AdvancedDetailsIdleItemBackgroundColor client-side property.

See Also

Reference