IMetaAttributesTreeList.SortFolderAlone

Syntax

SortFolderAlone: Boolean;

Description

The SortFolderAlone property determines whether folders with indicators are sorted separately from indicators.

Comments

This property is relevant if this component is linked to any MetaAttributesBreadcrumb component. And sorting in the MetaAttributesTreeList component is executed according to the settings specified by attributes in the MetaAttributesBreadcrumb component.

The SortFolderAlone property is set to True by default, and folders with indicators are located in the top of the list during sorting. Folders are sorted separately from sorting of the indicators themselves:

If the property is set to False, folders and indicators are sorted together:

See also:

IMetaAttributesTreeList