GroupStyle.HidesIfEmpty 屬性

定義

取得或設定值,這個值表示是否應該顯示對應到空群組的項目。

public:
 property bool HidesIfEmpty { bool get(); void set(bool value); };
public bool HidesIfEmpty { get; set; }
member this.HidesIfEmpty : bool with get, set
Public Property HidesIfEmpty As Boolean

屬性值

Boolean

如果不要顯示空群組,則為 true,否則為 false。 預設為 false

適用於