Class | Description | |
---|---|---|
CheckListBehavior | Customizes FlexGrid to include a checkbox column and display the grid as a check list. | |
DetailProviderRowHeaderCell | Visual element that represent the content of the row header of a row when using FlexGridDetailProvider. | |
EmptyGridBehavior | Displays a visual element, typically a label with a message, when there are no rows in the grid. | |
FlexGrid | Control used to display and edit tabular information. | |
FlexGridDetailProvider | Implements detail rows for FlexGrid control. | |
FlexGridDetailProvider<TItem> | Implements detail rows for FlexGrid control. | |
FullTextFilterBehavior | Allows any FlexGrid to be filtered using a System.Windows.Controls.TextBox. | |
GridAggregateFunction | Implements a function that returns a value from a collection of rows and a column. | |
GridAggregateFunctionCollection | Collection of aggregate functions. | |
GridAutoGeneratingColumnEventArgs | Event data for AutoGeneratingColumn event of FlexGrid. | |
GridBoundRow | Represents a row that is bound to a data item. | |
GridCellEditEventArgs | Event data for editing events. | |
GridCellFactory | Implements the functionality to create grid cells dynamically. | |
GridCellRange | Defines a cell range from (row1,col1) to (row2,col2). | |
GridCellRangeEventArgs | Event data for events associated with a range of cells. | |
GridCellView | Contains properties that will be applied to cell view elements. | |
GridColumn | Represents a grid column. | |
GridColumnCollection | Collection of columns. | |
GridColumnFilterLoadingEventArgs | Event data for column-filter loading event. | |
GridColumnHeaderCell | Visual column header | |
GridColumnOptionsLoadingEventArgs | Event data for column-options loading event. | |
GridDataMap | Represents a data map for use with the column's dataMap property. | |
GridDateTimeColumn | Grid column whose cells are either a date or time. | |
GridDetailCellCreatingEventArgs | Provides event data for FlexGridDetailProvider<TItem>.DetailCellCreating event. | |
GridDetailLoadingEventArgs<TItem> | Provides event data for FlexGridDetailProvider<TItem>.DetailLoading event. | |
GridDetailRow<TItem> | Row that shows the details of the previous row. | |
GridFilterCell | Visual element displayed in the filter row to allow the user to enter text as well as giving more options to filter. | |
GridFilterRow | Represents a row whose cells are text boxes used to filter the corresponding column. | |
GridGroupRow | Represents rows that defines group of data items. | |
GridGroupRowCell | Visual element displayed in the group rows to allow the user expand and collapse as well as displaying the name of the group. | |
GridHitTestInfo | Contains information about a part of the FlexGrid at a specified coordinate. | |
GridHyperlinkColumn | Represent a column whose cells are hyperlinks. | |
GridImageColumn | Represent a column whose cells are an image. | |
GridIncrementalLoadingCell | Visual element displayed inside a GridIncrementalLoadingRow. | |
GridIncrementalLoadingRow | This row is displayed at the bottom of the grid and is used to bring more items when the inner collection view support C1.DataCollection.ISupportIncrementalLoading. | |
GridInputEventArgs | Event data for input events associated with a range of cells. | |
GridMergeManager | Implements the grid's default merging behavior. | |
GridNewRow | Represents a row used to enter new records in the grid. | |
GridNumericColumn | Represent a column whose cells are numbers. | |
GridOutlineEventArgs | Event data for GridColumnHeaderCell.OutlineTapped. | |
GridPaginator | Document paginator class for WPF. | |
GridPanel | Represents a panel of the grid. Each panel is related to a GridCellType. | |
GridPrintParameters | Describes parameters controlling how a grid's content is to be printed. | |
GridRow | Represent a row. | |
GridRowCol | Abstract base class for GridRow and GridColumn classes. | |
GridRowColCollection<T> | Base collection class for columns and rows. | |
GridRowCollection | Collection of rows. | |
GridRowHeaderColumn | Represents a grid column which holds row headers. | |
GridSelectedItemsCollection | Collection of selected items of FlexGrid. | |
GridSelectionEventArgs | Event data for events associated with a range of cells. | |
GridSelectionMenu | Grid selection menu. | |
GridSelectionMenuEventArgs | Event data for SelectionMenuCustomized event of FlexGrid. | |
GridSkeletonLoadingCell | Visual element displayed inside a cell whose data-item is null and denotes the content is being load. | |
GridSkeletonLoadingCellFactory | This cell-factory shows a skeleton-loading element in the cells whose row's data-item is null. | |
GridSummaryCell | Visual column header | |
GridSummaryRow | Represents rows that defines group of data items. | |
GridTextCellView | Grid cell dedicated to render text. | |
GridWrapCellFactory | This cell factory can be used to add features over an existing cell factory, for scenarios where inheriting is not allowed. | |
SkeletonLoadingBehavior | Allows any FlexGrid to be filtered using a System.Windows.Controls.TextBox. | |
TransposedGridBehavior | Allows any FlexGrid to switch the columns and rows so the data-items are shown as columns. | |
TransposedGridCellFactory | This cell-factory switches the columns and rows so the data-items are shown as columns. |