Click or drag to resize

EditableListCellOptionsBackgroundImage Property

Gets the background image defined by the current style.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
public virtual EditableListBackgroundImage BackgroundImage { get; set; }

Property Value

Type: EditableListBackgroundImage
A BackgroundImage object that represents the background image.

Return Value

Type: EditableListBackgroundImage
Remarks
Use the BackgroundImage property to access the settings of an image which should be displayed as the background of the corresponding object which the current style applies to.
See Also