VLPropertyList Reference

Read/Write PropertySorted

See Also See Also Applies To Applies To

Enables or disables sorting of the properties in VLPropertyList.

 

Syntax

object.Sorted[= boolean]

 

The Sorted property syntax has these parts:

PartDescription
object An object expression that evaluates to a VLPropertyList.
boolean A Boolean expression. .

 

Setting

The settings for Value are:

Setting Description
False Lists the properties in the control without ordering.
True (Default) Lists the properties in the control with ordering.

 

Remarks

User can click on the header controls to sort the properties in ascending or descending order, if SortOnHeaderClick is set to true .