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. |
CopyHierarchyType
Defines the types of CopyHierarchyMode. |
EditMode
Defines the edit modes of Tree Grid.
Cell - Enables cell editing. |
FilterHierarchyMode
Defines types of Filter Hierarchy. |
FilterType
Defines the filter type for Tree Grid
FilterBar - Specifies the filter type as filter bar. |
IndentationChangedEventArgs<T>
Provides information about the IndentationChanged event. |
IndentationChangingEventArgs<T>
Provides information about the IndentationChanging event. |
PageSizeMode
Defines the page size mode for Tree Grid
All - Specifies the PageSizeMode as All. |
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. |
RowPosition
Defines the position for newly added row in Tree Grid.
Top - New row is added at the top of the 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. |
WrapMode
Defines the wrap mode for Tree Grid.
Both - Wraps both the header and content. |
Interfaces
ITreeGridRowModel<TValue>
Represents an interface that holds information about the level, expanded state, and other properties of a record in a tree structure. |