ListViewGroup.CollapsedState 属性

定义

控制组将显示为哪个 ListViewGroupCollapsedState

public:
 property System::Windows::Forms::ListViewGroupCollapsedState CollapsedState { System::Windows::Forms::ListViewGroupCollapsedState get(); void set(System::Windows::Forms::ListViewGroupCollapsedState value); };
public System.Windows.Forms.ListViewGroupCollapsedState CollapsedState { get; set; }
member this.CollapsedState : System.Windows.Forms.ListViewGroupCollapsedState with get, set
Public Property CollapsedState As ListViewGroupCollapsedState

属性值

ListViewGroupCollapsedState

ListViewGroupCollapsedState指定组显示方式的值之一。 默认值为 Default

例外

当设置此属性时,指定的值不是有效的 ListViewGroupCollapsedState 值。

适用于