Namespace WinUI.TableView
Classes
- ColumnFilterHandler
Default implementation of the IColumnFilterHandler interface.
- FilterDescription
Describes a filter operation applied to TableView items.
- SortDescription
Describes a sort operation applied to TableView items.
- TableView
Partial class for TableView that provides UI Automation support.
- TableViewAutoGeneratingColumnEventArgs
Provides data for the AutoGeneratingColumn event.
- TableViewBeginningEditEventArgs
Provides data for the BeginningEdit event.
- TableViewBoundColumn
Represents a column in a TableView that is bound to a data source.
- TableViewCell
Represents a cell in a TableView.
- TableViewCellContextFlyoutEventArgs
Provides data for the CellContextFlyout event.
- TableViewCellDoubleTappedEventArgs
Provides data for the CellDoubleTapped event.
- TableViewCellEditEndedEventArgs
Provides data for the CellEditEnded event.
- TableViewCellEditEndingEventArgs
Provides data for the CellEditEnding event.
- TableViewCellSelectionChangedEventArgs
Provides data for the cell selection changed event.
- TableViewCheckBoxColumn
Represents a column in a TableView that displays a CheckBox.
- TableViewClearSortingEventArgs
Provides data for the event that is raised when sorting is cleared from TableView.
- TableViewColumn
Represents a column in a TableView.
- TableViewColumnHeader
Represents the header of a column in a TableView.
- TableViewColumnPropertyChangedEventArgs
Provides data for the ColumnPropertyChanged event.
- TableViewColumnReorderedEventArgs
Provides data for the ColumnReordered event.
- TableViewColumnReorderingEventArgs
Provides data for the ColumnReordering event.
- TableViewColumnsCollection
Represents a collection of TableViewColumn objects used in a TableView.
- TableViewComboBoxColumn
Represents a column in a TableView that displays a ComboBox.
- TableViewConditionalCellStyle
Represents a conditional style for a table view cell that is applied when a specified predicate evaluates to true.
- TableViewConditionalCellStylesCollection
Represents a collection of TableViewConditionalCellStyle for a TableView.
- TableViewCopyToClipboardEventArgs
Provides data for the CopyToClipboard event.
- TableViewDateColumn
Represents a column in a TableView that displays a date.
- TableViewExportContentEventArgs
Provides data for the ExportContent event.
- TableViewFilterItem
Represents a filter item used in the options flyout of a TableViewColumnHeader.
- TableViewFilterMenuFlyout
Represents the filter menu flyout for a TableViewColumnHeader.
- TableViewHeaderRow
Represents the header row in a TableView.
- TableViewHyperlinkColumn
Represents a column in a TableView that displays a HyperlinkButton.
- TableViewNumberColumn
Represents a column in a TableView that displays a number.
- TableViewPasteFromClipboardEventArgs
Provides data for the PasteFromClipboard event.
- TableViewPreparingCellForEditEventArgs
Provides data for the PreparingCellForEdit event.
- TableViewRow
Represents a row in a TableView.
- TableViewRowContextFlyoutEventArgs
Provides data for the RowContextFlyout event.
- TableViewRowDoubleTappedEventArgs
Provides data for the RowDoubleTapped event.
- TableViewRowHeader
Represents a header for row in TableView.
- TableViewRowPresenter
Represents a control that presents visuals for the TableViewRow.
- TableViewSortingEventArgs
Provides data for the event that is raised when a column is being sorted in a TableView.
- TableViewTemplateColumn
Represents a column in a TableView that uses a DataTemplate for its content.
- TableViewTextColumn
Represents a column in a TableView that displays text.
- TableViewTimeColumn
Represents a column in a TableView that displays time.
- TableViewToggleSwitchColumn
Represents a column in a TableView that displays a ToggleSwitch.
Structs
- TableViewCellSlot
Represents a slot of a TableView cell, identified by its row and column indices.
- TableViewConditionalCellStyleContext
Represents the context information for evaluating a conditional cell style in a TableView.
Interfaces
- IColumnFilterHandler
Interface for handling column filtering in a TableView.
- ITableViewColumnsCollection
Represents a collection of columns in a TableView, providing functionality to manage and interact with the columns.
Enums
- SortDirection
Sort direction enum
- TableViewColumnAutoWidthMode
Specifies the behavior for automatic column width.
- TableViewCornerButtonMode
Specifies the mode of the corner button in a TableView.
- TableViewEditAction
Specifies the action to take when editing a cell in TableView.
- TableViewGridLinesVisibility
Specifies the visibility of grid lines in a TableView.
- TableViewHeadersVisibility
Specifies the visibility of the row or column headers in TableView.
- TableViewRowDetailsVisibilityMode
Defines constants that specify the visibility of row details in a TableView.
- TableViewSelectionUnit
Specifies the selection unit for a TableView.