GridTableFrame Enumeration |
The frame attribute for a table specifies which sides of the frame surrounding
the table will be visible.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum GridTableFrame
Public Enumeration GridTableFrame
public enum class GridTableFrame
Members
| Member name | Value | Description |
---|
| Void | 0 | No sides. |
| Above | 1 | The top side only. |
| Below | 2 | The bottom side only. |
| HSides | 3 | The top and bottom sides only. |
| LHS | 4 | The left-hand side only. |
| RHS | 5 | The right-hand side only. |
| VSides | 6 | The right and left sides only. |
| Box | 7 | All four sides. |
| Border | 8 | All four sides |
See Also