Click or drag to resize

EditableListBackgroundImageIsEmpty Property

Gets a value that indicates whether this BackgroundImage object is initialized with the default values.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public bool IsEmpty { get; }

Property Value

Type: Boolean
true if the BackgroundImage object is initialized with the default values; otherwise false.

Return Value

Type: Boolean
Remarks
A value that indicates whether this BackgroundImage object is initialized with the default values.
See Also