Class | Description | |
---|---|---|
![]() | 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. |
![]() | GridPanel | Represents a logical part of the grid, such as the column headers, row headers, and scrollable data part. |
![]() | 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. |
![]() | 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. |
Interface | Description | |
---|---|---|
![]() | ICellFactory | Defines the functionality of classes used to create grid cells dynamically. |
![]() | IEditValueConverter | Interface that extends System.Windows.Data.IValueConverter to provide editing information. |
![]() | IMergeManager | Defines the functionality of classes that handle cell merging. |
Structure | Description | |
---|---|---|
![]() | CellRange | Represents a rectangular group of cells defined by two row indices and two column indices. |
Enumeration | Description | |
---|---|---|
![]() | Aggregate | Specifies the type of aggregate to calculate over a group of values. |
![]() | AllowDragging | Defines which grid elements can be moved to new positions with the mouse. |
![]() | AllowMerging | Specifies constants that define which areas of the grid support cell merging. |
![]() | AllowResizing | Defines which grid elements can be resized with the mouse. |
![]() | CellType | Specifies a value that defines the type of cell. |
![]() | ClipboardCopyMode | Defines constants that specify whether users can copy data from a C1FlexGrid control to the clipboard and whether column header values are included. |
![]() | DeferScrolling | Specifies whether the grid should defer scrolling until the user releases the scrollbar thumb. |
![]() | FileFormat | Specifies file formats available for saving the grid. |
![]() | GridLinesVisibility | Specifies constants that define which grid lines separating grid cells cells are shown. |
![]() | GroupRowPosition | Specifies where to place the group rows used to delimit data groups. |
![]() | HeadersVisibility | Specifies constants that define which header cells are displayed. |
![]() | KeyAction | Specifies the actions taken by the grid when the user presses a key. |
![]() | NewRowPosition | Specifies where the new row template should be displayed when the C1FlexGrid.AllowAddNew property is set to true and the grid is bound to a System.ComponentModel.IEditableCollectionView that supports adding new items. |
![]() | SaveOptions | Specifies options available for customizing the files created by the C1FlexGrid.Save method. |
![]() | ScaleMode | Specifies how the grid content should be scaled to fit the page. |
![]() | SelectedState | Specifies the selected state of a cell. |
![]() | SelectionMode | Specifies constants that define the selection behavior. |