KaxTreeNodeExpandMode Property |
Gets or sets the expand behavior of the tree node.
When set to ExpandMode.ServerSide the KaxTreeView will fire a server event (NodeExpand) so you can populate the node on demand.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public TreeNodeExpandMode ExpandMode { get; set; }
Public Property ExpandMode As TreeNodeExpandMode
Get
Set
public:
property TreeNodeExpandMode ExpandMode {
TreeNodeExpandMode get ();
void set (TreeNodeExpandMode value);
}
member ExpandMode : TreeNodeExpandMode with get, set
Property Value
Type:
TreeNodeExpandMode
On of the
TreeNodeExpandMode values. The default value is
ClientSide.
See Also