DataPlace
CS.DataPlace.Edit.GridCellTypes Namespace
CSCS.DataPlace.Edit.GridCellTypes
Extended Grid Cell Types utilized in the DataPlace Editor Grid
Declaration Syntax
C#
namespace CS.DataPlace.Edit.GridCellTypes
Types
All TypesClasses
IconTypeDescription
GridCrossRelationCellControl
Shows the available cross-reference relationships in a tree and allows the user to select them.

GridCrossRelationCellModel
Cell model for a cross-relation cell.

GridCrossRelationCellRenderer
Cell renderer for a cross-relation cell.

GridCustomDropDownCellModel
Based model for dropdown cells that use a GridDropDownCellRenderer as the renderer.

GridCustomDropDownCellRenderer
Cell renderer for a cell that provides dropdown functionality, used with a GridDropDownCellControlBase.

GridDropDownCellControlBase
Base class for controls that are used for custom dropdown cell types.

GridForeignKeyCellControl
Shows the available foreign key relationships and allows the user to select one.

GridForeignKeyCellModel
Cell model for a foreign key cell.

GridForeignKeyCellRenderer
Cell renderer for a foreign key cell.

GridLinkableMultilineCellModel
A model for a link cell that uses a GridLinkableMultilineCellRenderer as the renderer.

GridLinkableMultilineCellRenderer
A cell renderer for a cell with clickable links that uses a GridMultiLineTextEntryPanel as the dropdown.

GridLinkableTextboxCellModel
A model for a link cell that uses a GridLinkableTextboxCellRenderer as the renderer.

GridLinkableTextboxCellRenderer
A cell renderer for a cell with clickable links. Recognized links are those that begin with 'http://', 'https://', 'file://', and 'mailto:', as well as e-mail addresses without the preceeding 'mailto:'.

GridLinkEventArgs
Contains data for a LinkClicked event.

GridMultiLineTextEntryPanel
Provides editing support for Rich Text, serving as the dropdown of a GridLinkableMultilineCellRenderer.

GridPlusMinusCellModel
Model for a plus/minus push-button cell.

GridPlusMinusCellRenderer
Renderer for a plus/minus push-button cell.

GridTreeCellControl