TableColumnDefinitionBase.Comparer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The StringComparer used to sort and compare entries in this column.
public:
virtual property StringComparer ^ Comparer { StringComparer ^ get(); };
public virtual StringComparer Comparer { get; }
member this.Comparer : StringComparer
Public Overridable ReadOnly Property Comparer As StringComparer
Property Value
Returns StringComparer.
Implements
Remarks
This value is used for the filtering, sorting and grouping.