ItemsControl.IsGrouping 屬性
定義
取得指出控制項是否使用群組的值。Gets a value that indicates whether the control is using grouping.
public:
property bool IsGrouping { bool get(); };
[System.ComponentModel.Bindable(false)]
public bool IsGrouping { get; }
[<System.ComponentModel.Bindable(false)>]
member this.IsGrouping : bool
Public ReadOnly Property IsGrouping As Boolean
屬性值
如果控制項使用群組,則為 true
;否則為 false
。true
if a control is using grouping; otherwise, false
.
- 屬性
備註
相依性屬性資訊Dependency Property Information
識別碼欄位Identifier field | IsGroupingProperty |
中繼資料屬性設定為 true Metadata properties set to true |
無None |