ASP.NET Core MVC コントロールヘルプ
TreeViewBuilder クラス メンバ
メソッド 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 : TreeViewBuilder クラス

TreeViewBuilderデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタCreates one TreeViewBuilder instance to configurate component.  
トップ
パブリック メソッド
 名前解説
Public メソッドConfigurates C1.Web.Mvc.TreeView.AllowDragging. Sets a value that determines whether users can drag and drop nodes within the C1.Web.Mvc.TreeView control.  
Public メソッドConfigurates C1.Web.Mvc.TreeView.AutoCollapse. Sets a value that determines if sibling nodes should be collapsed when a node is expanded.  
Public メソッドオーバーロードされます。 Loads the nodes from the specified data.  
Public メソッド  
Public メソッドConfigurates C1.Web.Mvc.TreeView.CheckOnClick. Sets a value that determines whether to toggle checkboxes when the user clicks the node header.  
Public メソッドSets the ChildItemsPath property.  
Public メソッドConfigurates C1.Web.Mvc.TreeView.CollapseOnClick. Sets a value that determines whether to collapse expanded nodes when the user clicks the node header.  
Public メソッドConfigurates C1.Web.Mvc.TreeView.CollapseWhenDisabled. Sets a value that determines whether nodes should be collapsed when they are disabled.  
Public メソッドConfigurates C1.Web.Mvc.Control.CssClass. Sets the css class of the control. C1.Web.Mvc.Fluent.ControlBuilder<TreeView,TreeViewBuilder>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.Control.CssStyles. Sets the CSS style applied in the control. C1.Web.Mvc.Fluent.ControlBuilder<TreeView,TreeViewBuilder>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.Control.CssStyles. Sets the CSS style applied in the control. C1.Web.Mvc.Fluent.ControlBuilder<TreeView,TreeViewBuilder>から継承されます。
Public メソッドSets the DisplayMemberPath property.  
Public メソッドConfigurates C1.Web.Mvc.TreeView.ExpandOnClick. Sets a value that determines whether to expand collapsed nodes when the user clicks the node header.  
Public メソッドConfigurates C1.Web.Mvc.TreeView.ExpandOnLoad. Sets a value that determines whether to toggle checkboxes when the user clicks the node header.  
Public メソッドオーバーロードされます。 Sets the height of the control in pixel. C1.Web.Mvc.Fluent.ControlBuilder<TreeView,TreeViewBuilder>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.Control.HtmlAttributes. Sets the HTML attributes. C1.Web.Mvc.Fluent.ControlBuilder<TreeView,TreeViewBuilder>から継承されます。
Public メソッドオーバーロードされます。 Configurates C1.Web.Mvc.Control.HtmlAttributes. Sets the HTML attributes. C1.Web.Mvc.Fluent.ControlBuilder<TreeView,TreeViewBuilder>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.Component.Id. Sets the id of the control. C1.Web.Mvc.Fluent.ControlBuilder<TreeView,TreeViewBuilder>から継承されます。
Public メソッドSets the ImageMemberPath property.  
Public メソッドConfigurates C1.Web.Mvc.TreeView.IsAnimated. Sets a value that indicates whether to use animations when expanding or collapsing nodes.  
Public メソッドConfigurates C1.Web.Mvc.TreeView.IsContentHtml. Sets a value indicating whether items are bound to plain text or HTML.  
Public メソッドConfigurates C1.Web.Mvc.Control.IsDisabled. Sets a value that determines whether the control is disabled. C1.Web.Mvc.Fluent.ControlBuilder<TreeView,TreeViewBuilder>から継承されます。
Public メソッドConfigurates C1.Web.Mvc.TreeView.IsReadOnly. Sets a value that determines whether users can edit the text in the nodes. When it is set to false, users may edit the content of the tree nodes by typing directly into the nodes. The F2 key can also be used to enter edit mode with the whole node content selected.  
Public メソッドConfigurates C1.Web.Mvc.TreeView.LazyLoadFunction. Sets a client function that loads child nodes on demand.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientCheckedItemsChanged client event. Occurs when the checked items are changed.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientDragEnd client event. Occurs when the user finishes a drag/drop operation, either by dropping a node into a new location or by canceling the operation with the mouse or keyboard.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientDragOver client event. Occurs while the user drags a node over other nodes on the C1.Web.Mvc.TreeView.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientDragStart client event. Occurs when the user starts dragging a node. This event only occurs if the AllowDrag property is set to true.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientDrop client event. Occurs when the user drops a on the C1.Web.Mvc.TreeView.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientFormatItem client event. Occurs when an element representing a node has been created.  
Public メソッドConfigurates the C1.Web.Mvc.Control.OnClientGotFocus client event. Occurs when the control gets the focus. C1.Web.Mvc.Fluent.ControlBuilder<TreeView,TreeViewBuilder>から継承されます。
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientIsCheckedChanged client event. Occurs after the check status of a node is changed.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientIsCheckedChanging client event. Occurs before the check status of a node is changed.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientIsCollapsedChanged client event. Occurs after a node is collapsed or expanded.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientIsCollapsedChanging client event. Occurs before a node is collapsed or expanded.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientItemClicked client event. Occurs when the user clicks an item or presses the Enter key and an item is selected.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientItemsSourceChanged client event. Occurs when the value of the ItemsSource property changes.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientLoadedItems client event. Occurs after the tree items have been generated.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientLoadingItems client event. Occurs before the tree items are generated.  
Public メソッドConfigurates the C1.Web.Mvc.Control.OnClientLostFocus client event. Occurs when the control loses the focus. C1.Web.Mvc.Fluent.ControlBuilder<TreeView,TreeViewBuilder>から継承されます。
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientNodeEditEnded client event. Occurs after a node has exited edit mode.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientNodeEditEnding client event. Occurs before a node exits edit mode.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientNodeEditStarted client event. Occurs after a node has entered edit mode.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientNodeEditStarting client event. Occurs before a node enters edit mode.  
Public メソッドConfigurates the C1.Web.Mvc.Control.OnClientRefreshed client event. Occurs after the control has refreshed its contents. C1.Web.Mvc.Fluent.ControlBuilder<TreeView,TreeViewBuilder>から継承されます。
Public メソッドConfigurates the C1.Web.Mvc.Control.OnClientRefreshing client event. Occurs when the control is about to refresh its contents. C1.Web.Mvc.Fluent.ControlBuilder<TreeView,TreeViewBuilder>から継承されます。
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientReponseTextParsing client event. Occurs when parsing the response text.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientRequestDataStringifying client event. Occurs when serializing the request data.  
Public メソッドConfigurates the C1.Web.Mvc.TreeView.OnClientSelectedItemChanged client event. Occurs when the selected item is changes.  
Public メソッドConfigurates C1.Web.Mvc.TreeView.ShowCheckboxes. Sets a value that determines whether the C1.Web.Mvc.TreeView control should add checkboxes to nodes and manage their state. This property can be used only on trees without lazy-loaded nodes(LazyLoadFunction is not set and IsLazyLoading is false).  
Public メソッドConfigurates C1.Web.Mvc.Control.TabOrder. Sets a value of the tabindex attribute associated with the control. C1.Web.Mvc.Fluent.ControlBuilder<TreeView,TreeViewBuilder>から継承されます。
Public メソッドConfigurates the C1.Web.Mvc.Control.TemplateBindings client event. Sets the collection of the template bindings. C1.Web.Mvc.Fluent.ControlBuilder<TreeView,TreeViewBuilder>から継承されます。
Public メソッドTransfer to the template mode. C1.Web.Mvc.Fluent.ControlBuilder<TreeView,TreeViewBuilder>から継承されます。
Public メソッドオーバーロードされます。 Sets the width of the control in pixel. C1.Web.Mvc.Fluent.ControlBuilder<TreeView,TreeViewBuilder>から継承されます。
Public メソッドWriter the process result of current instance to the writer. C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>から継承されます。
トップ
参照

TreeViewBuilder クラス
C1.Web.Mvc.Fluent 名前空間