Class PropertyGridItemComparer
Inheritance
System.Object
PropertyGridItemComparer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyGridItemComparer : IComparer<PropertyGridItem>
Constructors
PropertyGridItemComparer(PropertyGridTableElement)
Declaration
public PropertyGridItemComparer(PropertyGridTableElement propertyGridElement)
Parameters
PropertyGridTableElement
propertyGridElement
|
Methods
Compare(PropertyGridItem, PropertyGridItem)
Declaration
public int Compare(PropertyGridItem x, PropertyGridItem y)
Parameters
PropertyGridItem
x
|
PropertyGridItem
y
|
Returns
System.Int32
|
Implements
System.Collections.Generic.IComparer<T>.Compare(T, T)
Update()
Declaration
public void Update()