3 implementations of HasFooter
System.Web (3)
UI\WebControls\CheckBoxList.cs (1)
419
bool IRepeatInfoUser.
HasFooter
{
UI\WebControls\DataList.cs (1)
1449
bool IRepeatInfoUser.
HasFooter
{
UI\WebControls\RadioButtonList.cs (1)
372
bool IRepeatInfoUser.
HasFooter
{
5 references to HasFooter
System.Web (5)
UI\WebControls\DataList.cs (1)
986
Debug.Assert(((IRepeatInfoUser)this).
HasFooter
);
UI\WebControls\RepeatInfo.cs (4)
312
if (user.
HasFooter
) {
348
if (user.
HasFooter
|| user.HasHeader || user.HasSeparators) {
615
if (((currentRow != totalRows - 1) || user.
HasFooter
) &&
629
if (user.
HasFooter
) {