BindingListCollectionView.GroupBySelector 屬性

定義

取得或設定委派 (Delegate),以選取 GroupDescription 做為父群組及其層級的功能。

public:
 property System::Windows::Data::GroupDescriptionSelectorCallback ^ GroupBySelector { System::Windows::Data::GroupDescriptionSelectorCallback ^ get(); void set(System::Windows::Data::GroupDescriptionSelectorCallback ^ value); };
public System.Windows.Data.GroupDescriptionSelectorCallback GroupBySelector { get; set; }
member this.GroupBySelector : System.Windows.Data.GroupDescriptionSelectorCallback with get, set
Public Property GroupBySelector As GroupDescriptionSelectorCallback

屬性值

GroupDescriptionSelectorCallback

方法,提供選取 GroupDescription 的邏輯,做為父群組及其層級的功能。 預設為 null

適用於

另請參閱