alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridColumnDescriptorNameComparer

    Represents a call that implements with an IComparer implementation to compare the Name of two GridColumnDescriptor objects.

    Inheritance
    System.Object
    GridColumnDescriptorNameComparer
    Implements
    System.Collections.IComparer
    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public class GridColumnDescriptorNameComparer : Object, IComparer

    Constructors

    GridColumnDescriptorNameComparer()

    Initializes a new instance of the GridColumnDescriptorNameComparer class.

    Declaration
    public GridColumnDescriptorNameComparer()

    Methods

    Compare(Object, Object)

    Compares two GridColumnDescriptor objects.

    Declaration
    public int Compare(object x, object y)
    Parameters
    Type Name Description
    System.Object x

    The first GridColumnDescriptor.

    System.Object y

    The second GridColumnDescriptor.

    Returns
    Type Description
    System.Int32

    The result of string.Compare for the Name of the two GridColumnDescriptor objects; 0 if both are the same.

    Implements

    System.Collections.IComparer
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved