Name |
Description |
Button |
A cell that rappresent a button |
CellVirtual |
Represents a CellVirtual in a grid. |
CheckBox |
A Cell with a CheckBox. This Cell is of type bool. Abstract, you must override GetValue and SetValue. |
ColumnHeader |
A cell that rappresent a header of a table, with 3D effect. This cell override IsSelectable to false. Default use VisualModels.VisualModelHeader.Style1 |
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 |