Name | Description | |
---|---|---|
C1TreeView Constructor | Initializes a new instance of the C1TreeView class. |
The following tables list the members exposed by C1TreeView.
Name | Description | |
---|---|---|
C1TreeView Constructor | Initializes a new instance of the C1TreeView class. |
Name | Description | |
---|---|---|
AllowDragDrop | Gets or sets a value indicating whether this C1TreeView allows drag-and-drop operations. | |
Background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) | |
BorderBrush | Gets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View) | |
BorderThickness | Gets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View) | |
ChildContent | ChildContent Microsoft.AspNetCore.Components.RenderFragment. | |
ChildItemsPaths | ||
Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) | |
CollapsedIconTemplate | Content template for tree item collapsed icon. | |
CollapseOnClick | Gets or sets a value indicating whether the node is collapsed when the users clicks in the C1TreeViewItem header. | |
Converter | Converter for the TreeViewItem.Header property. | |
CornerRadius | Gets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View) | |
DisplayMemberPaths | Gets or sets a path to a value on the source object to serve as the visual representation of the object. | |
DragSourceStyle | Gets of sets the style of the drag source item. | |
DragTargetStyle | Gets of sets the style of the drag target item. | |
ExpandedIconStyle | Gets or sets the style applied to the expanded/collapsed icon. | |
ExpandedIconTemplate | Content template for tree item expanded icon. | |
ExpandMode | Gets or sets a value indicating the allowed number of expanded C1TreeViewItems. | |
ExpandOnClick | Gets or sets a value indicating whether the node is expanded when the users clicks in the C1TreeViewItem header. | |
FlowDirection | Gets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View) | |
FontFamily | Gets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
FontSize | Gets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
FontStyle | Gets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
FontWeight | Gets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
Foreground | Gets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View) | |
HorizontalScrollBarVisibility | ||
InheritProperties | Gets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View) | |
IsDisposed | Gets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View) | |
IsExpandedPath | ||
IsInitialized | Gets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View) | |
IsRTL | Gets or sets the style of the selected items. | |
IsSelectedPath | ||
Items | Gets the collection of tree-view items. Every tree-view items contains the sub-items. | |
ItemsSource | Gets or sets tree-view data source. | |
ItemStyle | Gets or sets the style of the items. | |
ItemTemplate | ||
KeyboardNavigation | Enables or disables the Keyboard navigation functionality of the C1TreeView. | |
MouseOverBrush | Gets or sets the C1.Blazor.Core.C1Color used to highlight the control when it has the mouse over. | |
OnDragOver | This Callback will gets and sets by Blazor framework automatically for binding feature. | |
OnDragStart | This Callback will gets and sets by Blazor framework automatically for binding feature. | |
OnDrop | This Callback will gets and sets by Blazor framework automatically for binding feature. | |
OnEnter | This Callback will gets and sets by Blazor framework automatically for binding feature. | |
OnEscape | This Callback will gets and sets by Blazor framework automatically for binding feature. | |
OnItemClick | Occurs when a TreeViewItem is clicked. | |
OnItemSelected | Occurs when the selection state of a TreeViewItem changes. | |
Padding | Gets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View) | |
SelectedBackground | Gets or sets the C1.Blazor.Core.C1Color used to highlight the control when it is selected. | |
SelectedItemStyle | Gets or sets the style of the selected items. | |
SelectionMode | Gets or sets the selection behavior for a C1TreeView. | |
SelectionModeChanged | Gets or sets the callback called when the SelectionMode property has changed. | |
ShowCheckboxes | Gets or sets the treeview item has show checkbox or not. | |
ShowLines | Gets or sets a value that indicates whether the connecting lines are visible. | |
Style | Gets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View) | |
TabIndex | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) | |
Tag | Gets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View) | |
VerticalScrollBarVisibility | ||
WholeWidthSelection | Gets or sets whether the selection item should take the whole width of the control or not. |
Name | Description | |
---|---|---|
Dispose | (Inherited from C1.Blazor.Core.C1View) | |
Expand | Set expanded item | |
Focus | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
FocusAsync | Overridden. | |
FocusOutAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
GetAllItems | Get all items | |
GetSelectedItems | Get selected items | |
Refresh | Refresh component. | |
SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |