Class | Description | |
---|---|---|
![]() | AutoGeneratingColumnEventArgs | Event data for AutoGeneratingColumn event of C1.WPF.FlexGrid. |
![]() | BoundRow | Represents a row that displays bound data. |
![]() | C1FlexComboBox | ComboBox that looks the same in WPF and Silverlight and implements the IsEditable property in both platforms (the Silverlight ComboBox is not editable). |
![]() | C1FlexGrid | C1FlexGrid control. |
![]() | CellEditEventArgs | Provides data for events related to editing. |
![]() | CellFactory | Class that implements the default cell factory for a C1FlexGrid. |
![]() | CellRangeEventArgs | Provides data for events that affect cell ranges. |
![]() | CellStyle | Defines attributes used to render grid cells. |
![]() | Column | Represents a grid column. |
![]() | ColumnCollection | Represents a collection of Column objects. |
![]() | ColumnValueConverter | Defines a list of valid entries for a column. |
![]() | CustomAggregateEventArgs | Provides data for the C1FlexGrid.CustomAggregate event. |
![]() | DataTypeConverter | Converter required to support data type properties in XAML. |
![]() | DetailRow | Represents a row that displays row details. |
![]() | FilterRow | Represents a row whose cells are text boxes used to filter the corresponding column. |
![]() | FlexPaginator | Document paginator class for WPF. |
![]() | GridPanel | Represents a logical part of the grid, such as the column headers, row headers, and scrollable data part. |
![]() | GroupHeaderConverter | Default System.Windows.Data.IValueConverter used to create the content shown in GroupRow cells to summarize group information. |
![]() | GroupRow | Represents a row that serves as a header for a group of rows. |
![]() | HitTestInfo | Contains information about a part of the C1FlexGrid at a specified coordinate. |
![]() | MergeManager | Implements the grid's default merging behavior. |
![]() | NewRowTemplate | Represents a row used to add items to the source collection. |
![]() | NullableObjectConverter<T> | Converter required to support nullable properties in XAML. |
![]() | PrintParameters | Describes parameters controlling how a grid's content is to be printed. |
![]() | Row | Represents a grid row. |
![]() | RowCol | Abstract base class for Row and Column classes. |
![]() | RowColCollection<T> | Abstract base class for RowCollection and ColumnCollection classes. |
![]() | RowCollection | Represents a collection of Row objects. |
![]() | RowWithDetails | Represents a row with details. |