Click or drag to resize
GridTableFrame Enumeration
The frame attribute for a table specifies which sides of the frame surrounding the table will be visible.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum GridTableFrame
Members
  Member nameValueDescription
Void0No sides.
Above1The top side only.
Below2The bottom side only.
HSides3The top and bottom sides only.
LHS4The left-hand side only.
RHS5The right-hand side only.
VSides6The right and left sides only.
Box7All four sides.
Border8All four sides
See Also