Class | Description | |
---|---|---|
AddingDataRowEventArgs | Provides information on the current DataRow object being built. | |
ApplyToDesignerAttribute | Specifies whether the property this attribute is bound to must also be represented in the Grid Designer. If this attribute is not set, false is assumed. | |
Cell | Represents any type of cell in the grid. The DataCell, InsertionCell, ValueCell, SummaryCell, and ColumnManagerCell all derive from this class. | |
CellImageFormatInfo | Provides a Xceed.Grid.Viewers.CellViewerManager with image formatting information. | |
CellRow | Represents a row that contains a cell for each column in the grid. | |
CellTextFormatInfo | Provides a Xceed.Grid.Viewers.CellViewerManager with text formatting information. | |
CellValidationErrorEventArgs | Provides information on the cell whose value failed the validation process. | |
Column | Represents any type of column in the grid and can be instantiated to contain unbound data. The DataBoundColumn derives from this class. | |
ColumnAddedEventArgs | Provides information on the column that has been added to the grid. | |
ColumnManagerCell | Specialization of the Cell class which represents a cell that is used to manage the columns in the grid. | |
ColumnManagerRow | Specialization of the CellRow class which represents a row that contains ColumnManagerCell which are used to manage the columns in the grid. | |
ColumnRemovedEventArgs | Provides information on the column that was removed from the grid. | |
DataBoundColumn | Represents a column that is bound to a data source. | |
DataCell | Specialization of the Cell class which represents a cell that contains databound data. | |
DataRow | Specialization of the CellRow class which represents a row that is bound to a data source or user provided data. | |
DetailGrid | Represents a grid that is used to display detail data in a hierarchical master/detail grid. | |
DetailGridMargin | Represents the margin of a detail grid. | |
EditLeftEventArgs | Provides information on the cell's data when the cell has exited edit mode. | |
EnteringEditEventArgs | Provides information on the Cell that is being edited. | |
FixedColumnSplitter | Represents the area in a grid used as a splitter between the fixed columns and the scrollable columns. | |
GradientMap | Represents a gradient map used to apply a Vista-like gradient to parts of the grid. | |
GradientStop | Represents a gradient stop in a GradientMap. | |
GradientStopList | Specialization of the CollectionBase class representing a list of GradientStop objects. | |
GridControl | Represents the Xceed grid control. It allows you to display and edit data using a flexible and extensible grid. | |
GridElement | Represents any element in the grid and exposes properties and methods that allow their manipulations. | |
GridElementBase | Base class for all grid elements. | |
GridElementStyle | Represents the style of a GridElement. | |
GridException | The exception that is thrown by the grid when a non-fatal grid-specific error occurs. | |
GridInternalException | The exception that is thrown by the grid when a fatal grid-specific error occurs. | |
GridPaintEventArgs | Provides information regarding the area that is to be painted. | |
GridPrintDocument | Represents a reusable object that allows grids to be printed. | |
GridStyle | Represents the style of a grid. | |
GridValidationException | The exception that is thrown by the grid when the value of a cell does not pass the validation process. | |
Group | Represents a group in the grid. | |
GroupAddedEventArgs | Provides information on the group added to the grid. | |
GroupBase | Represents a group in a grid. | |
GroupByRow | Specialization of the Row class which represents a row in which ColumnManagerCell objects can be drag and dropped in order to group a grid's data rows. | |
GroupByRow.GroupByCell | Represents the cells displayed by the GroupByRow. | |
GroupByRowStyle | Represents the style of a GroupByRow. | |
GroupManagerRow | Specialization of the Row class which represents a row that is used to manage the groups in the grid. | |
GroupMargin | Represents the margin of a group. | |
InitializingDetailGridEventArgs | Provides information regarding the DetailGrid being initialized. | |
InitializingNewDataRowEventArgs | Provides information regarding the DataRow being initialized. | |
InsertionCell | Specialization of the Cell class which represents a cell that is used to insert new values into an InsertionRow. | |
InsertionRow | Represents a row that contains a cell for each column in the grid and is used to insert new DataRow objects into a grid. | |
LeavingEditEventArgs | Provides information on the Cell object that has been edited. | |
Licenser | Class which is used to register Xceed Grid for .NET. | |
QueryGroupKeysEventArgs | Provides the information necessary to group the grid's data rows. | |
QueryPrintPageEventArgs | Provides information on the page that is about to be printed. | |
Row | Represents any type of row in the grid. The TextRow, CellRow, SpacerRow, and GroupManagerRow class all derive from this class. | |
RowInsertedEventArgs | Provides information on the DataRow that has been inserted into a grid using the InsertionRow. | |
RowSelector | Represents a grid element that is used to select a row. | |
RowSelectorPane | Represents the area of the grid where the RowSelector objects are displayed and exposes properties that control their behavior. | |
RowValidationErrorEventArgs | Provides information regarding the row which failed the validation process. | |
SpacerRow | Specialization of the Row class which represents a row that is used to provide spacing between rows and detail grids in the grid. | |
SpacerRowSelector | Represents a grid element that is used to select a row. | |
StatelessVisualGridElementStyle | Represents the style of a VisualGridElement. | |
StyleSheet | Represents a style that can be applied to the grid to change its overall appearance. | |
SummaryCell | Specialization of the Cell class which represents a cell that is used to display the result of a statistical function. | |
SummaryRow | Specialization of the CellRowclass which represents a row used to display the results of statistical functions. | |
TextRow | Specialization of the Row class which represents a row that contains only text. | |
ValueCell | Specialization of the Cell class which represents a cell that contains non-databound data. | |
ValueChangingEventArgs | Provides information on the cell whose value is about to change. | |
ValueRow | Represents a row that contains a cell for each column in the grid but is not bound to a data source. | |
VisualGridElement | Represents any visual element in the grid and exposes properties and methods that allow their manipulations. The Column and Group classes do not have a visual representation therefore, they derive directly from the GridElement class. | |
VisualGridElementStyle | Represents the style of a VisualGridElement. |