| 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; }
Public ReadOnly Property IsEmpty As Boolean
Get
Property Value
Type:
Booleantrue if the BackgroundImage object is initialized with the default values; otherwise false.
Return Value
Type:
BooleanRemarks A value that indicates whether this BackgroundImage object is initialized with the default values.
See Also