TreeSettingsModel

Defines settings used to customize how the tree list is interacted with in the popup.

Properties

autoCheck Boolean

Specifies whether the child and parent list items will be checked together are independently. If true, checking a child item will also check the parent.

Default: false

event ExpandOn

Specifies how items will expand or collapse.

Default: Auto

loadOnDemand Boolean

Specifies whether child items should be loaded lazily. When true, only the parent items are rendered, child items are only rendered when the parent is expanded.

Default: false