Class
SortDescriptorBase

Represents the base class for all descriptors that define a sorting operation within a data component.

Definition

Constructors

SortDescriptorBase()

Declaration

cs-api-definition
protected SortDescriptorBase()

Properties

Comparer

Gets or sets the comparer instance.

Declaration

cs-api-definition
public IComparer Comparer { get; set; }

Property Value

IComparer

The comparer.