IsAutoSort: Boolean;
IsAutoSort: boolean;
The IsAutoSort property returns attribute whether automatic sorting is used for alternative hierarchy elements.
Returned values:
True. Automatic sorting of alternative hierarchy elements is used.
False. Automatic sorting of alternative hierarchy elements is not used.
To determine whether automatic sorting of alternative hierarchy elements will be used, use IEaxDataAreaHierarchy.AutoSort.
The property use is given in the example for IEaxDataAreaHierarchy.ElementStyle.
See also: