| ListNoItemsMessage Property |
Message to display if the list has no items.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
[DefaultValueAttribute("No data")]
public string NoItemsMessage { get; set; }
<BindableAttribute(true)>
<DefaultValueAttribute("No data")>
Public Property NoItemsMessage As String
Get
Set
Property Value
Type:
StringRemarks See Also