Class
DelegateGroupDescriptor

Represents a descriptor that is used to group items by the value returned from a IKeyLookup.

Definition

Constructors

DelegateGroupDescriptor()

Declaration

cs-api-definition
public DelegateGroupDescriptor()

Properties

KeyLookup

Gets or sets the IKeyLookup instance that is used to retrieve the group key for each data item.

Declaration

cs-api-definition
public IKeyLookup KeyLookup { get; set; }

Property Value

IKeyLookup

Methods

OnPropertyChanged(string)

Provides an entry point for inheritors to provide additional logic over the PropertyChanged routine.

Declaration

cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)

Parameters

propertyName

string

Overrides DataDescriptor.OnPropertyChanged(string)