ITableColumnDefinition.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:
property StringComparer ^ Comparer { StringComparer ^ get(); };
public StringComparer Comparer { get; }
member this.Comparer : StringComparer
Public ReadOnly Property Comparer As StringComparer
Property Value
Returns StringComparer.
Remarks
This value is used for the filtering, sorting and grouping.