RepeaterWithEmptySupportShowFooterWhenEmpty Property |
Gets or Sets the
Boolean indicating whether to show or hide the footer when its empty.
Namespace:
Cadcorp.Web.UI
Assembly:
Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic bool ShowFooterWhenEmpty { get; set; }
Public Property ShowFooterWhenEmpty As Boolean
Get
Set
<asp:RepeaterWithEmptySupport ShowFooterWhenEmpty="True|False" />
Property Value
Type:
Boolean
See Also