C# (CSharp) SourceGrid.Cells Namespace

Nested Namespaces

SourceGrid.Cells.Controllers
SourceGrid.Cells.Editors
SourceGrid.Cells.Models
SourceGrid.Cells.Views
SourceGrid.Cells.Virtual

Classes

Name Description
Button A cell that rappresent a button
Cell Represents a Cell in a grid, with Cell.Value support and row/col span. Support also ToolTipText, ContextMenu and Cursor
CellControl
CheckBox A Cell with a CheckBox. This Cell is of type bool.
ColumnHeader A cell that rappresent a header of a table. View: Views.ColumnHeader.Default Model: Models.SortableHeader Controllers: Controllers.Unselectable.Default, Controllers.MouseInvalidate.Default, Controllers.Resizable.ResizeWidth, Controllers.SortableHeader.Default
Header A cell that rappresent a header of a table, with 3D effect. This cell override IsSelectable to false. Default use VisualModels.VisualModelHeader.Style1
Image A Cell with an Image. Write and read byte[] values.
Link A cell that contains a HTML style link. Use the click event to execute the link
RowHeader A cell that rappresent a header of a table, with 3D effect. This cell override IsSelectable to false. Default use VisualModels.VisualModelHeader.Style1