[]
Implements a selectable item in a C1TreeView control.
public class TreeViewItemView : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject
| Name | Description |
|---|---|
| TreeViewItemView() | Initializes a new instance of the TreeViewItemView class. |
| Name | Description |
|---|---|
| IsExpandedProperty | Identifies the IsExpanded dependency property. |
| IsSelectedProperty | Identifies the IsSelected dependency property. |
| ItemTemplateProperty | Identifies the ItemTemplate dependency property. |
| Name | Description |
|---|---|
| CollapsedIconTemplate | gets or sets CollapsedIconTemplate. |
| Data | |
| ExpandedIconStyle | Gets or sets the style applied to the expand/collapse button. |
| ExpandedIconTemplate | get or set ExpandedIconTemplate. |
| Header | gets or sets the header. |
| IsExpanded | Gets or sets a value that indicates whether a TreeViewItemView is expanded. |
| IsSelected | Gets or sets whether a TreeViewItemView control is selected. |
| ItemTemplate | |
| OnClick | This Callback will gets and sets by Blazor framework automatically for binding feature. |
| OnMouseDown | This Callback will gets and sets by Blazor framework automatically for binding feature. |
| OnToggle | This Callback will gets and sets by Blazor framework automatically for binding feature. |
| SelectedStyle | Gets or sets the style of the selected items. |
| Name | Description |
|---|---|
| BuildRenderTree(RenderTreeBuilder) | Renders the component to the supplied RenderTreeBuilder. |
| Dispose(bool) | |
| OnAfterRender(bool) |