ITreeNodeActionEventArgs.AllowExpansion

Syntax

AllowExpansion: Boolean;

Description

The AllowExpansion property determines whether the tree of child elements is expanded.

Comments

The property is outdated, use ITreeNodeActionEventArgs.AllowAction.

See also:

ITreeNodeActionEventArgs