RangeDataSourceOptions.CellValueComparer Property
Gets or sets the comparer used to sort cell values in the data source columns.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
IComparer<CellValue> | An IComparer<T><CellValue,> object that performs the comparison. |
See Also