Click or drag to resize
KaxTimeViewCellSpacing Property
Gets or sets the distance between time cells of the KaxTimeView.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual int CellSpacing { get; set; }

Property Value

Type: Int32
The distance (in pixels) between table cells. The default is -1, which indicates that this property is not set.
Remarks

Use the CellSpacing property to control the spacing between adjacent cells in a data listing control. This spacing is applied both vertically and horizontally. The cell spacing is uniform for the entire data list control. Individual cell spacing between each row or column cannot be specified.

The value of this property is stored in view state.

See Also