| 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; }
<BindableAttribute(true)>
Public Overridable Property BackgroundImage As EditableListBackgroundImage
Get
Set
Property Value
Type:
EditableListBackgroundImageA BackgroundImage object that represents the background image.
Return Value
Type:
EditableListBackgroundImageRemarks 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