Class DataGridItemComparer
- Namespace
- GHIElectronics.Endpoint.UI.Controls
- Assembly
- GHIElectronics.Endpoint.UI.dll
The DataGridItemComparer class allows comparison between DataGridItems.
public class DataGridItemComparer : IComparer
- Inheritance
-
DataGridItemComparer
- Implements
- Inherited Members
Properties
ColumnIndex
Column index to compare.
public int ColumnIndex { get; set; }
Property Value
Methods
Compare(object, object)
Compare two DataGridRow objects.
public int Compare(object x, object y)