skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class CustomValuesSortCondition

Sort condition that orders cell values according to a custom list sequence, placing matching items first.

Inheritance
System.Object
SortConditionBase<ICellValue>
OrderedSortConditionBase<ICellValue>
CustomValuesSortCondition
Inherited Members
OrderedSortConditionBase<ICellValue>.SortOrder
SortConditionBase<ICellValue>.GetValue(Cells, Int32, Int32)
SortConditionBase<ICellValue>.RelativeIndex
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Sorting
Assembly: Telerik.Windows.Documents.Spreadsheet.dll

Syntax

public sealed class CustomValuesSortCondition : OrderedSortConditionBase<ICellValue>, ISortCondition, ITranslatable, ICopyable<ISortCondition>

Constructors

CustomValuesSortCondition(Int32, String[], SortOrder)

Initializes a new instance of the CustomValuesSortCondition class with a custom list defining the sort order.

Declaration
public CustomValuesSortCondition(int relativeIndex, string[] customList, SortOrder sortOrder)
Parameters
System.Int32 relativeIndex

Gets the index of the row or column that is key for sorting relative to the sorted range.

System.String[] customList

The custom list.

SortOrder sortOrder

The sort order.

Properties

Comparer

Gets the comparer that ranks values by their position in the custom list.

Declaration
public override IComparer<SortValue> Comparer { get; }
Property Value
System.Collections.Generic.IComparer<SortValue>

The comparer used for sorting.

Overrides
Telerik.Windows.Documents.Spreadsheet.Model.Sorting.SortConditionBase<Telerik.Windows.Documents.Spreadsheet.Model.ICellValue>.Comparer

CustomList

Gets the ordered array of strings defining the custom sort sequence.

Declaration
public string[] CustomList { get; }
Property Value
System.String[]

The custom list.

PropertyDefinition

Gets the cell value property definition used for custom list comparison.

Declaration
protected override IPropertyDefinition<ICellValue> PropertyDefinition { get; }
Property Value
IPropertyDefinition<ICellValue>

The property definition of the property which is used for sorting.

Overrides
Telerik.Windows.Documents.Spreadsheet.Model.Sorting.SortConditionBase<Telerik.Windows.Documents.Spreadsheet.Model.ICellValue>.PropertyDefinition

Methods

Equals(Object)

Determines whether the specified object is a CustomValuesSortCondition with the same custom list and settings.

Declaration
public override bool Equals(object obj)
Parameters
System.Object obj

The object to compare with the current object.

Returns
System.Boolean

true if the specified System.Object is equal to the current System.Object; otherwise, false.

Overrides
Telerik.Windows.Documents.Spreadsheet.Model.Sorting.OrderedSortConditionBase<Telerik.Windows.Documents.Spreadsheet.Model.ICellValue>.Equals(System.Object)

GetHashCode()

Computes a hash code combining the base sort condition hash and the custom list content.

Declaration
public override int GetHashCode()
Returns
System.Int32

A hash code for the current System.Object.

Overrides
Telerik.Windows.Documents.Spreadsheet.Model.Sorting.OrderedSortConditionBase<Telerik.Windows.Documents.Spreadsheet.Model.ICellValue>.GetHashCode()
Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.