KaxTimeViewCellSpacing Property |
Gets or sets the distance between time cells of the
KaxTimeView.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual int CellSpacing { get; set; }
Public Overridable Property CellSpacing As Integer
Get
Set
public:
virtual property int CellSpacing {
int get ();
void set (int value);
}
abstract CellSpacing : int with get, set
override CellSpacing : int with 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