Click or drag to resize
KaxListViewSortExpressionCollection Properties

The KaxListViewSortExpressionCollection type exposes the following members.

Properties
  Name Description
Public property AllowMultiFieldSorting
If false, the collection can contain only one sort expression at a time. Trying to add a new one in this case will delete the existing expression or will change the sort order if its FiledName is the same.
Public property AllowNaturalSort
Allow the no-sort state when changing sort order.
Public property Count
Returns the number of items in the KaxListViewSortExpressionCollection.
Public property IsSynchronized
Gets a value indicating whether access to the KaxListViewSortExpressionCollection is synchronized (thread safe).
Public property Item
This is the default indexer of the collection - takes an integer value.
Public property SyncRoot
Top
See Also