ListViewGroup.Header 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定群組的頁首文字。
public:
property System::String ^ Header { System::String ^ get(); void set(System::String ^ value); };
public string Header { get; set; }
member this.Header : string with get, set
Public Property Header As String
屬性值
要顯示的群組頁首文字。 預設值為 "ListViewGroup"。
備註
使用這個屬性來擷取標頭文字,或在執行時間變更標頭值。 您也可以在建構函式中 ListViewGroup 設定標頭文字。