[]
        
(Showing Draft Content)

C1.Blazor.TreeView.TreeViewItemView

TreeViewItemView Class

Implements a selectable item in a C1TreeView control.

Inheritance
TreeViewItemView
Namespace: C1.Blazor.TreeView
Assembly: C1.Blazor.TreeView.dll
Syntax
public class TreeViewItemView : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject

Constructors

Name Description
TreeViewItemView()

Initializes a new instance of the TreeViewItemView class.

Fields

Name Description
IsExpandedProperty

Identifies the IsExpanded dependency property.

IsSelectedProperty

Identifies the IsSelected dependency property.

ItemTemplateProperty

Identifies the ItemTemplate dependency property.

Properties

Name Description
CollapsedIconTemplate

gets or sets CollapsedIconTemplate.

Data

TreeViewItem.

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.

Methods

Name Description
BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

Dispose(bool)
OnAfterRender(bool)