Gets or sets a value indicating whether the treeview item to which the C1WebBinding object is applied is populated dynamically.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool PopulateOnDemand { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
Public Property PopulateOnDemand As Boolean

Remarks

This property has effect only with C1WebTreeView objects.

See Also