CheckBoxList.IRepeatInfoUser.HasFooter Property
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets a value that indicates whether the list control contains a footer section.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Booleantrue if the list control contains a footer section; otherwise, false.
Implements
IRepeatInfoUser.HasFooterTypically, you should use the CheckBoxList.HasFooter property to determine if a CheckBoxList object contains a footer section.
The CheckBoxList.IRepeatInfoUser.HasFooter member is an explicit interface member implementation. It can be used only when the CheckBoxList instance is cast to an IRepeatInfoUser interface.
Notes to Implementers:
To define a custom implementation for the IRepeatInfoUser.HasFooter member in a CheckBoxList object, override the CheckBoxList.HasFooter member. The explicit interface implementation uses the CheckBoxList.HasFooter property.
Available since 2.0