ListViewBase.Footer Properti

Definisi

Mendapatkan atau mengatur konten untuk footer daftar.

public:
 property Platform::Object ^ Footer { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Footer();

void Footer(IInspectable value);
public object Footer { get; set; }
var object = listViewBase.footer;
listViewBase.footer = object;
Public Property Footer As Object
<listViewBase Footer="footerString"/>
- or -
<listViewBase>
  <listViewBase.Footer>
    footerObject
  </listViewBase.Footer>
</listViewBase>

Nilai Properti

Object

Platform::Object

IInspectable

Konten footer daftar. Defaultnya adalah null.

Keterangan

Secara default, footer ditampilkan di bagian bawah untuk ListView, dan di sebelah kanan untuk GridView. Jika properti FlowDirection diatur ke RightToLeft, footer ditampilkan di sebelah kiri untuk GridView.

Anda dapat menggunakan templat data untuk footer dengan mengatur properti FooterTemplate .

Berlaku untuk

Lihat juga