Click or drag to resize

ListRowValueComparer Class

Represents a row value comparer.
Inheritance Hierarchy
SystemObject
  Dynamicweb.ControlsListRowValueComparer

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class ListRowValueComparer : IComparer<string>

The ListRowValueComparer type exposes the following members.

Constructors
  NameDescription
Public methodListRowValueComparer
Initializes a new instance of the ListRowValueComparer class
Top
Properties
  NameDescription
Public propertyFirstValueOptions
Gets or sets the first value's copare options.
Public propertySecondValueOptions
Gets or sets the second value's compare options.
Top
Methods
  NameDescription
Public methodCompare
Compares two row values.
Top
Remarks