Message in Japanese (日本語)
true に設定される場合、TreeView は、クライアントから (TreeView.PopulateNodesFromClient が設定されている場合) サービス ディレクトリを呼び出すことによって、またはサーバーにポストバックを発生させることによって、(ノードが展開されているときに) 必要に応じて TreeNodeBinding オブジェクトが表す階層レベルでのデータを作成します。false に設定される場合、TreeView を含むページが最初に要求されるときに、TreeView は一度にノード データを作成します。
Unlocalized message
If set to true, the TreeView populates data at the hierarchy-level represented by the TreeNodeBinding object on-demand (when the node is expanded), either by calling a service directly from the client (if TreeView.PopulateNodesFromClient is set) or by causing a postback to the server. If set to false, the TreeView populates node data all-at-once, when the page containing the TreeView is first requested.
Search by Google