Show contents 

Express > Express Assembly Interfaces > IEaxGridHeaderProperties > IEaxGridHeaderProperties.IsHierarchical

IEaxGridHeaderProperties.IsHierarchical

Syntax

IsHierarchical: Boolean;

Description

The IsHierarchical property returns effective value showing the use of expanders in the header.

Comments

If the IEaxGridHeaderProperties.IsHierarchical property is set to TriState.OnOption or TriState.OffOption, the IsHierarchical property returns True or False, respectively. The effective value is calculated if the IEaxGridHeaderProperties.IsHierarchical property is set to TriState.Undefined. If expanders are used for the parent header, the IsHierarchical property returns True, if expanders are not used, the property returns False.

Example

The property use is given in the example for IEaxGridHeaderProperties.AutoIndent.

See also:

IEaxGridHeaderProperties