Classes
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.
|
![]() |
C1FlexGridFilter |
Implements an Excel-style filter that can be added to existing C1FlexGrid controls.
|
![]() |
C1FlexGridFilterService |
Provides the standard implementation for attaching a C1FlexGridFilter
to a 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.
|
![]() |
ColumnFilter |
Filter defined by a ValueFilter and a ConditionFilter.
Both filters must be satisfied by values.
|
![]() |
ColumnFilterEditor |
Editor used to inspect and modify ColumnFilter objects.
|
![]() |
ColumnValueConverter |
Defines a list of valid entries for a column.
|
![]() |
Condition |
Represents a condition within a ConditionFilter.
|
![]() |
ConditionFilter |
Filter composed of two Condition elements that can be
combined using an 'and' or an 'or' operator.
|
![]() |
CustomAggregateEventArgs |
Provides data for the CustomAggregate event.
|
![]() |
DataTypeConverter |
Converter required to support data type properties in XAML.
|
![]() |
FilterExtensionMethods |
Provides extension methods to support grid and column filtering.
|
![]() |
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.
|
![]() |
ValueFilter |
Filter defined by a list of values that should be accepted.
If the list is empty, all values satisfy the filter.
|
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.
|
![]() |
ConditionOperator |
Represents operators that can be used in filter conditions.
|
![]() |
DeferScrolling |
Specifies whether the grid should defer scrolling until the user releases the scrollbar thumb.
|
![]() |
FileFormat |
Specifies file formats available for saving the grid.
|
![]() |
FilterType |
Represents the type if filtering provided by a ColumnFilter.
|
![]() |
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.
|
![]() |
SaveOptions |
Specifies options available for customizing the files created by the
Save(Stream, FileFormat, SaveOptions) 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.
|