VLPropertyList Reference

Read/Write PropertyCustomSort

See Also See Also Applies To Applies To

Enables or disables Compare events used or implementing custom sort order of properties.

 

Syntax

object.CustomSort[= boolean]

 

The CustomSort property syntax has these parts:

PartDescription
object An object expression that evaluates to an object present in the Applies to List.
boolean A Boolean expression.

 

Setting

The settings for Value are:

Setting Description
False (Default) Disables triggering of CategoryCompare and PropertyCompare events used for custom sorting of properties.
True Enables triggering of CategoryCompare and PropertyCompare events used for custom sorting of properties.

 

Remarks

You should set CustomSort to True if you want to implement custom sorting order. This method is typically used when you are using the control for displaying information in languages other than english.