Skip to main content
Row

RangeDataSourceOptions.CellValueComparer Property

Gets or sets the comparer used to sort cell values in the data source columns.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public IComparer<CellValue> CellValueComparer { get; set; }

Property Value

Type Description
IComparer<CellValue>

An IComparer<T><CellValue,> object that performs the comparison.

See Also