Namespace Syncfusion.Blazor.TreeGrid
Classes
BeforeCellPasteEventArgs<T>
Defines the event arguments of before paste action.
BeforeCopyPasteEventArgs
Defines the event arguments of before copy action.
CheckBoxChangeEventArgs<T>
Defines the event arguments for checkbox change event of Tree Grid.
IndentationChangedEventArgs<T>
Provides information about the IndentationChanged event.
IndentationChangingEventArgs<T>
Provides information about the IndentationChanging event.
RecordClickEventArgs<T>
Defines the event arguments for the record click action of the Tree Grid.
RowCollapsedEventArgs<T>
Defines the event arguments for collapse action of Tree Grid.
RowCollapsingEventArgs<T>
Defines the event arguments for collapsing action of Tree Grid.
RowExpandedEventArgs<T>
Defines the event arguments for expand action of Tree Grid.
RowExpandingEventArgs<T>
Defines the event arguments for expanding action of Tree Grid.
RowTemplateTreeColumn
Configures the tree column content for the RowTemplate of Tree Grid.
SfTreeGrid<TValue>
SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.
TreeGridAggregate
Configures Tree Grid aggregates.
TreeGridAggregateColumn
Configures Tree Grid aggregate column.
TreeGridAggregateColumns
Configures Tree Grid aggregate columns.
TreeGridAggregates
Configures Tree Grid aggregates.
TreeGridColumn
Configures Tree Grid column.
TreeGridColumnChooserItem
Configures the Tree Grid column chooser group items.
TreeGridColumnChooserItemGroup
Configures the Tree Grid column chooser grouping.
TreeGridColumnChooserSettings
Configures Tree Grid column chooser settings.
TreeGridColumns
Configures Tree Grid columns.
TreeGridCommandColumn
Configures tree grid command column.
TreeGridCommandColumns
Configures tree grid command columns.
TreeGridEditSettings
Configures Tree Grid edit settings.
TreeGridEvents<TValue>
Configures Tree Grid events.
TreeGridExcelExportProperties
Defines the options for customizing the excel document during export.
TreeGridFilterColumn
Configures Tree Grid filter column.
TreeGridFilterColumns
Configures Tree Grid filter columns.
TreeGridFilterSettings
Configures Tree Grid filter settings.
TreeGridKeySettings
Configures Tree Grid key settings.
TreeGridPageSettings
Configures Tree Grid page.
TreeGridPdfExportProperties
Defines the options for customizing the pdf document during export.
TreeGridRowDropSettings
Configures Tree Grid rowdrop settings.
TreeGridSearchSettings
Configures Tree Grid search settings.
TreeGridSelectionSettings
Configures Tree Grid sort column.
TreeGridSortColumn
Configures Tree Grid sort column.
TreeGridSortColumns
Configures Tree Grid sort columns.
TreeGridSortSettings
Configures Tree Grid sort settings.
TreeGridTemplates
Configures Tree Grid templates.
TreeGridTextWrapSettings
Configures Tree Grid text wrap settings.
Interfaces
ITreeGridRowModel<TValue>
Represents an interface that holds information about the level, expanded state, and other properties of a record in a tree structure.
Enums
CopyHierarchyType
Defines the types of CopyHierarchyMode.
Parent - Clipboard value will have the selected records with its parent records.
Child - Clipboard value will have the selected records with its child record.
Both - Clipboard value will have the selected records with its both parent and child record.
None - Only the selected records will be in the clipboard.
EditMode
Defines the edit modes of Tree Grid.
Cell - Enables cell editing.
Row - Editing is done in an inline form. Edit form is rendered inline as one of the table rows.
Dialog - Editing is done in a Dialog or Pop component.
Batch - Multiple cells can be edited or added or deleted and saved.
FilterHierarchyMode
Defines types of Filter Hierarchy.
Parent - Filtered records are displayed with its parent records.
Child - Filtered records are displayed with its child record.
Both - Filtered records are displayed with its both parent and child record.
None - Only the filtered records are displayed.
FilterType
Defines the filter type for Tree Grid
FilterBar - Specifies the filter type as filter bar.
Excel - Specifies the filter type as excel.
Menu- Specifies the filter type as menu.
PageSizeMode
Defines the page size mode for Tree Grid
All - Specifies the PageSizeMode as All.
Root - Specifies the PageSizeMode as Root.
RowPosition
Defines the position for newly added row in Tree Grid.
Top - New row is added at the top of the tree grid.
Bottom - New row is added at the bottom of the tree grid.
Above - New row is added in the above position of the selected record.
Below - New row is added in the below position of the selected record.
Child - New row is added as a child to the selected record.
WrapMode
Defines the wrap mode for Tree Grid.
Both - Wraps both the header and content.
Header - Wraps header alone.
Content - Wraps content alone.