DisplayItemsExpanded Property (FlexAdvancedDataGrid)

Action

Gets whether the navigation tree is expanded to show all items.

If true, expand the navigation tree to show all items. If a new branch is added, it is shown expanded. The default value is false.

Syntax

C#
protected Boolean displayItemsExpanded { get; }
VB
'Declaration
Protected Read Property displayItemsExpanded As Boolean

Access

Read only.