Class
PropertySortDescriptor

Represents a descriptor that is used to sort items by the value of a property in each data item.

Definition

Constructors

PropertySortDescriptor()

Declaration

cs-api-definition
public PropertySortDescriptor()

Properties

PropertyName

Gets or sets the name of the property that is used to retrieve the key to sort by.

Declaration

cs-api-definition
public string PropertyName { get; set; }

Property Value

string

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)