Classes
| Class | Description | |
|---|---|---|
|
|
BoundRow |
Represents a row that displays bound data.
|
|
|
C1FlexGrid |
C1FlexGrid control.
|
|
|
C1FlexGridEditor |
Built-in editor for the C1FlexGrid.
|
|
|
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 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.
|
|
|
NullableObjectConverter<(Of <(<'T>)>)> |
Converter required to support nullable properties in XAML.
|
|
|
Row |
Represents a grid row.
|
|
|
RowCol | |
|
|
RowColCollection<(Of <(<'T>)>)> |
Abstract base class for RowCollection and ColumnCollection
classes.
|
|
|
RowCollection |
Represents a collection of Row objects.
|
Structures
| Structure | Description | |
|---|---|---|
|
|
CellRange |
Represents a rectangular group of cells defined by two row indices and
two column indices.
|
Interfaces
| Interface | Description | |
|---|---|---|
|
|
ICellFactory |
Defines the functionality of classes used to create grid cells dynamically.
|
|
|
IEditValueConverter |
Interface that extends IValueConverter to provide editing information.
|
|
|
IMergeManager |
Defines the functionality of classes that handle cell merging.
|
Enumerations
| 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.
|
|
|
SaveOptions |
Specifies options available for customizing the files created by the
Save(Stream, FileFormat, SaveOptions) method.
|
|
|
SelectedState |
Specifies the selected state of a cell.
|
|
|
SelectionMode |
Specifies constants that define the selection behavior.
|