DataControlField.FooterText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定顯示在資料控制項欄位之頁尾項目中的文字。
public:
virtual property System::String ^ FooterText { System::String ^ get(); void set(System::String ^ value); };
public virtual string FooterText { get; set; }
member this.FooterText : string with get, set
Public Overridable Property FooterText As String
屬性值
字串,顯示在 DataControlField 的頁尾項目中。
備註
FooterText使用 屬性,將附註或批註新增至數據控制欄位,或針對與字段相關的其他數據。
注意
某些數據綁定控件不會轉譯數據控件欄位的頁尾專案。 例如, DetailsView 控件會將其數據控制欄位顯示為數據列。 這些數據控制件欄位不會轉譯頁尾專案。 這些 FooterStyle 控制件中會忽略屬性。
設定時,這個屬性的值可以使用設計工具自動儲存到資源檔。 如需詳細資訊,請參閱 LocalizableAttribute 和 全球化和當地語系化。