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

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

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

パブリック コンストラクタ
 名前解説
Public コンストラクタCreates one TreeView instance.  
トップ
パブリック プロパティ
 名前解説
Public プロパティGets or sets a value that determines whether users can drag and drop nodes within the TreeView control.  
Public プロパティGets or sets a value that determines if sibling nodes should be collapsed when a node is expanded.  
Public プロパティGets or sets the name of the property (or properties) to bind to the node's checked state.  
Public プロパティGets or sets a value that determines whether to toggle checkboxes when the user clicks the node header.  
Public プロパティGets or sets the name of the property (or properties) that contains the child items for each node. When it is not set, ['items'] will be used.  
Public プロパティGets or sets a value that determines whether to collapse expanded nodes when the user clicks the node header.  
Public プロパティGets or sets a value that determines whether nodes should be collapsed when they are disabled.  
Public プロパティGets the child components. C1.Web.Mvc.Componentから継承されます。
Public プロパティGets or sets the css class of the control. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets the CSS style applied in the control. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets or sets the name of the property (or properties) to use as the visual representation of the nodes. When it is not set, ['header'] will be used.  
Public プロパティGets or sets a value that determines whether to expand collapsed nodes when the user clicks the node header.  
Public プロパティGets or sets a value that determines whether to toggle checkboxes when the user clicks the node header.  
Public プロパティGets or sets the height of the control. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets the HTML attributes. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets or sets the component id. C1.Web.Mvc.Componentから継承されます。
Public プロパティGets or sets the name of the property (or properties) to use as a source of images for the nodes.  
Public プロパティGets or sets a value that indicates whether to use animations when expanding or collapsing nodes.  
Public プロパティGets or sets a value indicating whether items are bound to plain text or HTML.  
Public プロパティGets or sets a value that determines whether the control is disabled. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets or 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 プロパティGets or sets a boolean value which indicates whether transfer this control to template mode. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets or sets the url to get the lazy nodes in TreeView.  
Public プロパティGets or sets a client function that loads child nodes on demand.  
Public プロパティGets or sets the url to get the items in TreeView.  
Public プロパティOccurs when the checked items are changed.  
Public プロパティ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 プロパティOccurs while the user drags a node over other nodes on the TreeView.  
Public プロパティOccurs when the user starts dragging a node. This event only occurs if the AllowDrag property is set to true.  
Public プロパティOccurs when the user drops a on the TreeView.  
Public プロパティOccurs when an element representing a node has been created.  
Public プロパティOccurs when the control gets the focus. C1.Web.Mvc.Controlから継承されます。
Public プロパティOccurs after the check status of a node is changed.  
Public プロパティOccurs before the check status of a node is changed.  
Public プロパティOccurs after a node is collapsed or expanded.  
Public プロパティOccurs before a node is collapsed or expanded.  
Public プロパティOccurs when the user clicks an item or presses the Enter key and an item is selected.  
Public プロパティOccurs when the value of the ItemsSource property changes.  
Public プロパティOccurs after the tree items have been generated.  
Public プロパティOccurs before the tree items are generated.  
Public プロパティOccurs when the control loses the focus. C1.Web.Mvc.Controlから継承されます。
Public プロパティOccurs after a node has exited edit mode.  
Public プロパティOccurs before a node exits edit mode.  
Public プロパティOccurs after a node has entered edit mode.  
Public プロパティOccurs before a node enters edit mode.  
Public プロパティOccurs after the control has refreshed its contents. C1.Web.Mvc.Controlから継承されます。
Public プロパティOccurs when the control is about to refresh its contents. C1.Web.Mvc.Controlから継承されます。
Public プロパティOccurs when parsing the response text.  
Public プロパティOccurs when serializing the request data.  
Public プロパティOccurs when the selected item is changes.  
Public プロパティGets or sets the selector to macth the dom element(s) which the control is attached to. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets or sets a value that determines whether the 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 プロパティGets or sets the array that contains the items in TreeView. Arrays usually have a hierarchical structure with items that contain child items. There is no fixed limit to the depth of the items.  
Public プロパティGets or sets a value of the tabindex attribute associated with the control. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets the collection of the template bindings. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets a value which represents the unique id for the control. C1.Web.Mvc.Controlから継承されます。
Public プロパティGets or sets the width of the control. C1.Web.Mvc.Controlから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッド C1.Web.Mvc.Controlから継承されます。
Public メソッドWriter the process result of current instance to the writer. C1.Web.Mvc.Componentから継承されます。
トップ
参照

TreeView クラス
C1.Web.Mvc 名前空間